Add sphinx docs folder and changelog URLs to metadata (#751)
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user