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 58d07f9 + d19e277 commit c2eb8d5Copy full SHA for c2eb8d5
docs/requirements.txt
@@ -0,0 +1,3 @@
1
+sphinx
2
+sphinx-notfound-page
3
+sphinx_rtd_theme
tox.ini
@@ -17,10 +17,7 @@ commands =
17
18
[docs]
19
changedir = docs
20
-deps =
21
- sphinx
22
- sphinx-notfound-page
23
- sphinx_rtd_theme
+deps = -rdocs/requirements.txt
24
25
[testenv:docs]
26
changedir = {[docs]changedir}
0 commit comments