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
9797# Based on: https://github.com/rtfd/readthedocs.org/blob/8f0c78dde5edcc85acf90462a8518735a25482d3/readthedocs/doc_builder/python_environments.py#L263
9898install_command = python -m pip install --upgrade -I {packages}
9999# 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
102100deps =
103101 Pygments ==2.2.0
104102 setuptools<40
@@ -113,9 +111,7 @@ deps =
113111# pip install requirements.txt is separate as RTD does it in separate steps
114112# having the requirements.txt installed in deps above results in Double Requirement exception
115113# 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
117114commands =
118- pip install python-dateutil ==2.8.0
119115 pip install --exists-action =w -r requirements.txt
120116 sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language =en . _build/html
121117
You can’t perform that action at this time.
0 commit comments