Skip to content

Commit ac82058

Browse files
authored
Merge pull request #5100 from dojutsu-user/split-requirements-file
Split requirements/pip.txt
2 parents cbdf5b5 + e9e14e6 commit ac82058

File tree

6 files changed

+26
-30
lines changed

6 files changed

+26
-30
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ formats: all
33
sphinx:
44
configuration: docs/conf.py
55
python:
6-
requirements: requirements.txt
6+
requirements: requirements/local-docs-build.txt

requirements/lint.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ pylint-celery==0.3
1414
prospector==1.1.6.2
1515
# prospector 1.1.6.2 is not compatible with 2.0.0
1616
pyflakes<2.0.0
17+
Pygments==2.3.1

requirements/local-docs-build.txt

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

requirements/onebox.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

requirements/pip.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
pip==18.1
33
appdirs==1.4.3
44
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
175

186
django==1.11.18
197
six==1.12.0
@@ -96,16 +84,6 @@ djangorestframework-jsonp==1.0.2
9684
django-taggit==0.23.0
9785
dj-pagination==2.4.0
9886

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-
10987
# Version comparison stuff
11088
packaging==18.0
11189

requirements/testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r pip.txt
2+
-r local-docs-build.txt
23

34
django-dynamic-fixture==2.0.0
45
pytest==4.0.2

0 commit comments

Comments
 (0)