Skip to content

Commit e9b6e08

Browse files
committed
update readthedocs setup and dependencies
1 parent 7e368e8 commit e9b6e08

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: conf.py
5+
6+
# additional formats
7+
formats:
8+
- pdf
9+
10+
python:
11+
version: "3.7"
12+
install:
13+
- requirements: requirements.txt

Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ verify_ssl = true
77

88
[packages]
99
sphinx-php = {git = "https://github.com/fabpot/sphinx-php.git"}
10-
sphinx-rtd-theme = "==0.1.6"
11-
sphinxcontrib-spelling = "==4.2.0"
12-
pyenchant = "~=2.0"
13-
docutils = "==0.12"
14-
Sphinx = "~=1.4.0"
10+
sphinx-rtd-theme = "==1.0.0"
11+
sphinxcontrib-spelling = "~=7.2.0"
12+
pyenchant = "~=3.2.1"
13+
docutils = "==0.17"
14+
Sphinx = "~=4.2.0"
1515

1616
[requires]
1717
python_version = "3.7"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://github.com/fabpot/sphinx-php.git#egg=sphinx-php
2-
sphinx~=1.4.0
3-
sphinx-rtd-theme==0.1.6
4-
sphinxcontrib-spelling==4.2.0
2+
sphinx~=4.2.0
3+
sphinx-rtd-theme==1.0.0
4+
sphinxcontrib-spelling~=7.2.0
55
pyenchant
6-
docutils==0.12
6+
docutils==0.17

0 commit comments

Comments
 (0)