Skip to content

Commit 81105fd

Browse files
committed
Update readthedocs config
1 parent 953a1e3 commit 81105fd

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ formats: all
77
sphinx:
88
configuration: docs/conf.py
99

10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.12"
14+
1015
python:
11-
version: 3.7
1216
install:
1317
- requirements: docs/requirements.txt

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252

5353
# General information about the project.
5454
project = u'PostNL PHP bindings'
55-
copyright = u'2017-2023, Michael Dekker - not affiliated with PostNL'
55+
copyright = u'2017-2024, Michael Dekker - not affiliated with PostNL'
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = 'v1.4.x'
62+
version = '1.4'
6363
# The full version, including alpha/beta/rc tags.
6464
release = 'v1.4.x'
6565

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Sphinx==4.3.2
2-
sphinx-rtd-theme==1.0.0
3-
sphinxcontrib-phpdomain==0.8.0
4-
sphinx-toolbox==2.15.2
5-
sphinx-tabs==3.2.0
1+
Sphinx==8.1.3
2+
sphinx-rtd-theme==3.0.2
3+
sphinxcontrib-phpdomain==0.12.0
4+
sphinx-toolbox==3.8.1
5+
sphinx-tabs==3.4.5

0 commit comments

Comments
 (0)