File tree Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+ version : 2
4+
5+ sphinx :
6+ configuration : docs/conf.py
7+
8+ build :
9+ image : latest
10+
11+ python :
12+ version : 3.8
13+ install :
14+ - requirements : docs-requirements.txt
Original file line number Diff line number Diff line change 1+ sphinx~=2.4
2+ sphinx-rtd-theme~=0.4
3+ sphinx-autodoc-typehints~=1.10.2
4+
5+ # Required by ext packages
6+ opentracing~=2.2.0
7+ Deprecated>=1.2.6
8+ thrift>=0.10.0
9+ pymongo~=3.1
10+ flask~=1.0
Original file line number Diff line number Diff line change @@ -192,14 +192,16 @@ commands =
192192[testenv:docs]
193193deps =
194194 -c dev-requirements.txt
195+ -c docs-requirements.txt
195196 sphinx
196197 sphinx-rtd-theme
197198 sphinx-autodoc-typehints
198- opentracing~=2.2.0
199- Deprecated>=1.2.6
200- thrift>=0.10.0
201- pymongo ~= 3.1
202- flask~=1.0
199+ # Required by ext packages
200+ opentracing
201+ Deprecated
202+ thrift
203+ pymongo
204+ flask
203205
204206changedir = docs
205207
You can’t perform that action at this time.
0 commit comments