Add sphinx docs folder and changelog URLs to metadata (#751)

This commit is contained in:
Bruno Oliveira
2022-01-29 13:29:36 -03:00
committed by GitHub
parent 1a5ad8ac20
commit 8cd10225df
14 changed files with 615 additions and 521 deletions

View File

@@ -49,6 +49,15 @@ deps =
commands =
towncrier --version {posargs} --yes
[testenv:docs]
basepython = python3
usedevelop = True
deps =
sphinx
sphinx_rtd_theme
commands =
sphinx-build -W --keep-going -b html docs docs/_build/html {posargs:}
[pytest]
# pytest-services also defines a worker_id fixture, disable
# it so they don't conflict with each other (#611).