Skip to content

Commit f75778e

Browse files
committed
make docs.txt
1 parent 60c1c92 commit f75778e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements/docs.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,3 @@ Pygments==2.3.1
1111

1212
mkdocs==1.0.4
1313
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

Comments
 (0)