Skip to content

Commit 5337008

Browse files
committed
Merge branch 'develop'
2 parents cd680b0 + ef1eda9 commit 5337008

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

.readthedocs.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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: .

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ coverage
22
coveralls
33
Jinja2
44
pip>=18.0
5-
pproxy==2.2.0
5+
pproxy<3
66
pytest
77
recommonmark
88
Sphinx
9-
sphinx-readable-theme==1.3.0
9+
sphinx-readable-theme<2
1010
tox
1111
tox-travis
1212
virtualenv
13-
twine
13+
twine

0 commit comments

Comments
 (0)