mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Refactor docs requirements into file for RTD
This commit is contained in:
parent
eb9fcac064
commit
0a418f8d1e
2 changed files with 5 additions and 3 deletions
4
docs/source/requirements.txt
Normal file
4
docs/source/requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
sphinx>=1.3.0
|
||||
sphinx_rtd_theme
|
||||
sphinx-prompt
|
||||
configparser
|
||||
4
tox.ini
4
tox.ini
|
|
@ -88,9 +88,7 @@ commands =
|
|||
[testenv:docs]
|
||||
basepython = python3
|
||||
deps =
|
||||
sphinx>=1.3.0
|
||||
sphinx_rtd_theme
|
||||
sphinx-prompt
|
||||
-rdocs/source/requirements.txt
|
||||
commands =
|
||||
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue