Skip to content

Commit 21d54a8

Browse files
authored
Link to shared CoC and CONTRIBUTING.md (#405)
1 parent 4cb8321 commit 21d54a8

4 files changed

Lines changed: 4 additions & 130 deletions

File tree

CONTRIBUTING.rst

Lines changed: 0 additions & 128 deletions
This file was deleted.

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ Project Info
253253

254254
license
255255
changelog
256+
Contributing <https://github.com/marshmallow-code/.github/blob/main/CONTRIBUTING.md>
257+
Code of Conduct <https://github.com/marshmallow-code/.github/blob/main/CODE_OF_CONDUCT.md>
256258

257259

258260
.. _marshmallow: http://marshmallow.readthedocs.io

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ requires = ["flit_core<4"]
4444
build-backend = "flit_core.buildapi"
4545

4646
[tool.flit.sdist]
47-
include = ["docs/", "tests/", "CHANGELOG.rst", "CONTRIBUTING.rst", "tox.ini"]
47+
include = ["docs/", "tests/", "CHANGELOG.rst", "tox.ini"]
4848
exclude = ["docs/_build/"]
4949

5050
[tool.ruff]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commands = sphinx-build docs/ docs/_build {posargs}
3434
[testenv:docs-serve]
3535
deps = sphinx-autobuild
3636
dependency_groups = docs
37-
commands = sphinx-autobuild --port=0 --open-browser --delay=2 docs/ docs/_build {posargs} --watch src --watch CONTRIBUTING.rst --watch README.rst
37+
commands = sphinx-autobuild --port=0 --open-browser --delay=2 docs/ docs/_build {posargs} --watch src --watch README.rst
3838

3939
[testenv:readme-serve]
4040
deps = restview

0 commit comments

Comments
 (0)