We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b4897 + 164cd5f commit 343f17aCopy full SHA for 343f17a
docs/requirements.txt
@@ -0,0 +1,3 @@
1
+sphinx
2
+sphinx-notfound-page
3
+sphinx_rtd_theme
tox.ini
@@ -18,10 +18,7 @@ commands =
18
19
[docs]
20
changedir = docs
21
-deps =
22
- sphinx
23
- sphinx-notfound-page
24
- sphinx_rtd_theme
+deps = -rdocs/requirements.txt
25
26
[testenv:docs]
27
changedir = {[docs]changedir}
0 commit comments