We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8fb1e commit 659374aCopy full SHA for 659374a
dev-requirements.in
@@ -9,5 +9,3 @@ pylint
9
black
10
pex
11
bump2version
12
-sphinx_rtd_theme
13
-sphinx-autodoc-typehints
docs/requirements.txt
@@ -1,3 +1,4 @@
1
sphinx>=1.3
2
sphinx-rtd-theme
3
+sphinx-autodoc-typehints
4
-e .
tox.ini
@@ -66,7 +66,7 @@ deps =
66
67
[testenv:docs]
68
deps =
69
- -r{toxinidir}/docs/requirements.txt
+ -r{toxinidir}/docs/requirements.txt
70
commands =
71
sphinx-apidoc -o docs/reference -f src
72
sphinx-build {posargs:-E} -b html docs dist/docs
0 commit comments