Skip to content

Commit

Permalink
doc: Add docs-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jul 4, 2019
1 parent 720fd2f commit 4bd78ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lint: .venv

apidocs-sphinx: .venv
@$(VENV_PATH)/bin/pip install --editable .
@$(VENV_PATH)/bin/pip install sphinx sphinx-rtd-theme 'git+https://github.com/untitaker/sphinx-autodoc-typehints@feat/type-hint-comments' typed_ast
@$(VENV_PATH)/bin/pip install -U -r ./docs-requirements.txt
@$(VENV_PATH)/bin/sphinx-build -b html docs/ docs/_build
.PHONY: apidocs-sphinx

Expand Down
4 changes: 4 additions & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx
sphinx-rtd-theme
git+https://github.com/untitaker/sphinx-autodoc-typehints@feat/type-hint-comments
typed_ast

0 comments on commit 4bd78ad

Please sign in to comment.