Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
extract docs dependencies to requirements.txt for better ReadTheDocsB…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
nolte committed Jan 4, 2019
1 parent bb48514 commit 41fa827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docsRequirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sphinx
sphinxcontrib-plantuml
sphinxcontrib-ansibleautodoc
sphinx_rtd_theme
PyYAML
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ commands=
[testenv:docs]
basepython=python
changedir=docs
deps=
sphinx
sphinxcontrib-plantuml
sphinxcontrib-ansibleautodoc
sphinx_rtd_theme
PyYAML
deps= -rdocsRequirements.txt
commands=
sphinx-build -b linkcheck -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 comments on commit 41fa827

Please sign in to comment.