Skip to content

Commit 659374a

Browse files
committed
Require sphinx-autodoc-typehints in docs/reqs
1 parent 2f8fb1e commit 659374a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dev-requirements.in

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ pylint
99
black
1010
pex
1111
bump2version
12-
sphinx_rtd_theme
13-
sphinx-autodoc-typehints

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx>=1.3
22
sphinx-rtd-theme
3+
sphinx-autodoc-typehints
34
-e .

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ deps =
6666

6767
[testenv:docs]
6868
deps =
69-
-r{toxinidir}/docs/requirements.txt
69+
-r{toxinidir}/docs/requirements.txt
7070
commands =
7171
sphinx-apidoc -o docs/reference -f src
7272
sphinx-build {posargs:-E} -b html docs dist/docs

0 commit comments

Comments
 (0)