Skip to content

Commit 90087c3

Browse files
committed
Update documentation build dependencies
1 parent 17f5fae commit 90087c3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

docs/requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sphinx

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ pip >= 8.0
22
wheel
33
tox
44
coverage
5-
Sphinx
65
singledispatch; python_version <= '3.3'
76
pytest >= 3.0; python_version != '3.3'
87
pytest < 3.3; python_version == '3.3'

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ commands =
2929
description = invoke sphinx-build to build the HTML docs, check that URIs are valid
3030
basepython = python3.6
3131
deps = {[testenv]deps}
32+
-r{toxinidir}/docs/requirements-docs.txt
3233
commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -bhtml}
3334
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -blinkcheck}

0 commit comments

Comments
 (0)