File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 3
3
# Split out to allow quicker lint turnaround on CI
4
4
-r requirements-lint.txt
5
5
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
+
6
10
# Testing
7
11
pytest-cov == 2.5.1
8
12
pytest-random == 0.02
@@ -22,13 +26,6 @@ colour==0.1.5
22
26
# Continuous Integration
23
27
coverage == 4.5.1
24
28
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
32
29
33
30
# Release
34
31
bump2version == 0.5.8
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments