Skip to content

Commit

Permalink
Require sphinx-autodoc-typehints in docs/reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamboche committed Jun 8, 2019
1 parent 2f8fb1e commit 659374a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ pylint
black
pex
bump2version
sphinx_rtd_theme
sphinx-autodoc-typehints
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx>=1.3
sphinx-rtd-theme
sphinx-autodoc-typehints
-e .
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ deps =

[testenv:docs]
deps =
-r{toxinidir}/docs/requirements.txt
-r{toxinidir}/docs/requirements.txt
commands =
sphinx-apidoc -o docs/reference -f src
sphinx-build {posargs:-E} -b html docs dist/docs
Expand Down

0 comments on commit 659374a

Please sign in to comment.