Skip to content

Commit f3c9fc3

Browse files
jguidittaeggmaster
authored andcommitted
Fix the format of the readthedocs config file.
Docs were no longer building due to a schema change on readthedocs. Signed-off-by: Jason Guiditta <[email protected]>
1 parent ebfac3c commit f3c9fc3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
# # Required
66
version: 2
77

8+
build:
9+
os: ubuntu-24.04
10+
tools:
11+
python: "3.12"
812
# Build documentation in the docs/ directory with Sphinx
913
sphinx:
1014
configuration: docs/conf.py
1115

1216
python:
13-
version: "3.8"
1417
install:
1518
- requirements: docs-requirements.txt
1619
- requirements: requirements.txt

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ test =
3939
pytest-runner
4040

4141
docs =
42-
sphinx==4.1.2
43-
sphinx-autobuild==2021.3.14
44-
sphinx-rtd-theme==0.5.2
45-
myst-parser==0.15.2
42+
sphinx
43+
sphinx-autobuild
44+
sphinx-rtd-theme
45+
myst-parser
4646

4747
dist =
4848
build

0 commit comments

Comments
 (0)