You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit also consolidates the doc dependencies to doc/requirements.txt,
removes some unnecessary dependencies, and upgrades sphinx-rtd-theme to 0.5.0.
Copy file name to clipboardExpand all lines: tox.ini
-14
Original file line number
Diff line number
Diff line change
@@ -98,20 +98,6 @@ commands =
98
98
[testenv:sphinx]
99
99
basepython = python3
100
100
changedir = doc
101
-
# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L263
# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L280
104
-
deps =
105
-
Pygments==2.2.0
106
-
setuptools<40
107
-
docutils==0.13.1
108
-
mock==1.0.1
109
-
alabaster>=0.7,<0.8,!=0.7.5
110
-
commonmark==0.5.4
111
-
recommonmark==0.4.0
112
-
sphinx<1.8
113
-
sphinx-rtd-theme<0.5
114
-
readthedocs-sphinx-ext<0.6
115
101
# pip install requirements.txt is separate as RTD does it in separate steps
116
102
# having the requirements.txt installed in deps above results in Double Requirement exception
0 commit comments