mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Move docs requirements to separate file
This commit is contained in:
parent
372bbf3a95
commit
c5cddd91af
|
@ -1,11 +1,6 @@
|
||||||
cython
|
cython
|
||||||
tox
|
tox
|
||||||
unittest2
|
unittest2
|
||||||
sphinx
|
|
||||||
sphinx_rtd_theme
|
|
||||||
sphinx_autobuild
|
|
||||||
sphinxcontrib-disqus
|
|
||||||
autodoc
|
|
||||||
coverage
|
coverage
|
||||||
flake8
|
flake8
|
||||||
pydocstyle
|
pydocstyle
|
||||||
|
|
5
requirements-doc.txt
Normal file
5
requirements-doc.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
sphinx
|
||||||
|
sphinx_rtd_theme
|
||||||
|
sphinx_autobuild
|
||||||
|
sphinxcontrib-disqus
|
||||||
|
autodoc
|
Loading…
Reference in New Issue
Block a user