Skip to content

Commit 4bd78ad

Browse files
committed
doc: Add docs-requirements.txt
1 parent 720fd2f commit 4bd78ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lint: .venv
5050

5151
apidocs-sphinx: .venv
5252
@$(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
53+
@$(VENV_PATH)/bin/pip install -U -r ./docs-requirements.txt
5454
@$(VENV_PATH)/bin/sphinx-build -b html docs/ docs/_build
5555
.PHONY: apidocs-sphinx
5656

docs-requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)