File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1+ # .readthedocs.yml
2+ # Read the Docs configuration file
3+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+ # Required
6+ version : 2
7+
8+ # Build documentation in the docs/ directory with Sphinx
9+ sphinx :
10+ configuration : sphinx/conf.py
11+
12+ # Optionally build your docs in additional formats such as PDF
13+ formats :
14+ - htmlzip
15+ - pdf
16+
17+ python :
18+ version : 3.7
19+ install :
20+ - requirements : dev-requirements.txt
21+ - requirements : requirements.txt
22+ - method : pip
23+ path : .
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ coverage
22coveralls
33Jinja2
44pip>=18.0
5- pproxy==2.2.0
5+ pproxy<3
66pytest
77recommonmark
88Sphinx
9- sphinx-readable-theme==1.3.0
9+ sphinx-readable-theme<2
1010tox
1111tox-travis
1212virtualenv
13- twine
13+ twine
You can’t perform that action at this time.
0 commit comments