File tree 6 files changed +26
-30
lines changed
6 files changed +26
-30
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ formats: all
3
3
sphinx :
4
4
configuration : docs/conf.py
5
5
python :
6
- requirements : requirements.txt
6
+ requirements : requirements/local-docs-build .txt
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ pylint-celery==0.3
14
14
prospector==1.1.6.2
15
15
# prospector 1.1.6.2 is not compatible with 2.0.0
16
16
pyflakes<2.0.0
17
+ Pygments==2.3.1
Original file line number Diff line number Diff line change
1
+ # Base packages
2
+ docutils==0.14
3
+ Sphinx==1.8.3
4
+ sphinx_rtd_theme==0.4.2
5
+ sphinx-tabs==1.1.10
6
+ # Required to avoid Transifex error with reserved slug
7
+ # https://github.com/sphinx-doc/sphinx-intl/pull/27
8
+ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
9
+
10
+ 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
pip==18.1
3
3
appdirs==1.4.3
4
4
virtualenv==16.2.0
5
- docutils==0.14
6
- Sphinx==1.8.3
7
- sphinx_rtd_theme==0.4.2
8
- sphinx-tabs==1.1.10
9
- # Required to avoid Transifex error with reserved slug
10
- # https://github.com/sphinx-doc/sphinx-intl/pull/27
11
- git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
12
-
13
- Pygments==2.3.1
14
-
15
- mkdocs==1.0.4
16
- Markdown==3.0.1
17
5
18
6
django==1.11.18
19
7
six==1.12.0
@@ -96,16 +84,6 @@ djangorestframework-jsonp==1.0.2
96
84
django-taggit==0.23.0
97
85
dj-pagination==2.4.0
98
86
99
- # Docs
100
- sphinxcontrib-httpdomain==1.7.0
101
- sphinx-prompt==1.0.0
102
-
103
- # commonmark 0.5.5 is the latest version compatible with our docs, the
104
- # newer ones make `tox -e docs` to fail
105
- commonmark==0.5.5
106
-
107
- recommonmark==0.4.0
108
-
109
87
# Version comparison stuff
110
88
packaging==18.0
111
89
Original file line number Diff line number Diff line change 1
1
-r pip.txt
2
+ -r local-docs-build.txt
2
3
3
4
django-dynamic-fixture==2.0.0
4
5
pytest==4.0.2
You can’t perform that action at this time.
0 commit comments