Skip to content

Commit

Permalink
Split out documentation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jan 6, 2018
1 parent 94b8660 commit d0cfe69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ dev_install:

.venv/bin/pip install -e .
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -r requirements-docs.txt

livedocs:
cd docs; sphinx-autobuild -q -p 0 --open-browser --delay 5 source build/html
Expand Down
8 changes: 8 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Sphinx documentation related packages
releases==1.4.0
Sphinx==1.6.5
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.2.3
sphinx-click==1.0.4
sphinx-rtd-theme==0.2.4
sphinxcontrib-gravatar==0.1.2
7 changes: 0 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ pytest-pep8==1.0.6
pytest-sugar==0.9.0
python_arango==3.12.1
PyYAML==3.12
releases==1.4.0
requests==2.18.4
Sphinx==1.6.5
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.2.3
sphinx-click==1.0.4
sphinx-rtd-theme==0.2.4
sphinxcontrib-gravatar==0.1.2
TatSu==4.2.5
timy==0.4.0
twine==1.9.1
Expand Down

0 comments on commit d0cfe69

Please sign in to comment.