File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,6 @@ changedir = doc
97
97
# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L263
98
98
install_command = python -m pip install --upgrade -I {packages}
99
99
# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L280
100
- # TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version:
101
- # https://github.com/boto/botocore/issues/1872
102
100
deps =
103
101
Pygments ==2.2.0
104
102
setuptools<40
@@ -113,9 +111,7 @@ deps =
113
111
# pip install requirements.txt is separate as RTD does it in separate steps
114
112
# having the requirements.txt installed in deps above results in Double Requirement exception
115
113
# https://github.com/pypa/pip/issues/988
116
- # TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
117
114
commands =
118
- pip install python-dateutil ==2.8.0
119
115
pip install --exists-action =w -r requirements.txt
120
116
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language =en . _build/html
121
117
You can’t perform that action at this time.
0 commit comments