We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c1c92 commit f75778eCopy full SHA for f75778e
requirements/docs.txt
@@ -0,0 +1,10 @@
1
+# Required for building RTD docs
2
+-r local-docs-build.txt
3
+sphinxcontrib-httpdomain==1.7.0
4
+sphinx-prompt==1.0.0
5
+
6
+# commonmark 0.5.5 is the latest version compatible with our docs, the
7
+# newer ones make `tox -e docs` to fail
8
+commonmark==0.5.5
9
10
+recommonmark==0.4.0
requirements/local-docs-build.txt
@@ -11,13 +11,3 @@ Pygments==2.3.1
11
12
mkdocs==1.0.4
13
Markdown==3.0.1
14
-
15
-# Docs
16
-sphinxcontrib-httpdomain==1.7.0
17
-sphinx-prompt==1.0.0
18
19
-# commonmark 0.5.5 is the latest version compatible with our docs, the
20
-# newer ones make `tox -e docs` to fail
21
-commonmark==0.5.5
22
23
-recommonmark==0.4.0
0 commit comments