Skip to content

Commit

Permalink
Add sphinx-docstring-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Oct 13, 2016
1 parent 27f6e1e commit a60ab7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx_docstring_typing'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-docstring-typing
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ basepython = python3.5
deps =
{[testenv]deps}
sphinx
-r{toxinidir}/docs/requirements-docs.txt
commands = make -C docs html

[testenv:lint]
Expand Down

0 comments on commit a60ab7f

Please sign in to comment.