10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720fd2f commit 4bd78adCopy full SHA for 4bd78ad
Makefile
@@ -50,7 +50,7 @@ lint: .venv
50
51
apidocs-sphinx: .venv
52
@$(VENV_PATH)/bin/pip install --editable .
53
- @$(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
54
@$(VENV_PATH)/bin/sphinx-build -b html docs/ docs/_build
55
.PHONY: apidocs-sphinx
56
docs-requirements.txt
@@ -0,0 +1,4 @@
1
+sphinx
2
+sphinx-rtd-theme
3
+git+https://github.com/untitaker/sphinx-autodoc-typehints@feat/type-hint-comments
4
+typed_ast
0 commit comments