Skip to content

Commit d661d14

Browse files
committed
Require sphinx-autodoc-typehints in docs/reqs
1 parent e82889d commit d661d14

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dev-requirements.in

Lines changed: 0 additions & 2 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)