Skip to content

Commit 1d46875

Browse files
LefterisJPhackaugusto
authored andcommitted
Split out docs requirements into separate file
Needed to be able to have a python 3.6 venv when building read the docs: readthedocs/readthedocs.org#4713
1 parent 8888a45 commit 1d46875

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

requirements-dev.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Split out to allow quicker lint turnaround on CI
44
-r requirements-lint.txt
55

6+
# split out to allow faster building of docs and to not require python 3.7
7+
# since they don't support it in RTD yet: https://github.com/rtfd/readthedocs.org/issues/4713
8+
-r requirements-docs.txt
9+
610
# Testing
711
pytest-cov==2.5.1
812
pytest-random==0.02
@@ -22,13 +26,6 @@ colour==0.1.5
2226
# Continuous Integration
2327
coverage==4.5.1
2428

25-
# Documentation
26-
sphinx==1.6.7
27-
sphinx_rtd_theme==0.4.0
28-
sphinxcontrib-httpdomain==1.7.0
29-
sphinxcontrib-httpexample==0.8.1
30-
sphinxcontrib-images==0.7.0
31-
releases==1.6.1
3229

3330
# Release
3431
bump2version==0.5.8

requirements-docs.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Documentation
2+
sphinx==1.6.7
3+
sphinx_rtd_theme==0.4.0
4+
sphinxcontrib-httpdomain==1.7.0
5+
sphinxcontrib-httpexample==0.8.1
6+
sphinxcontrib-images==0.7.0
7+
releases==1.6.1

0 commit comments

Comments
 (0)