Skip to content

Commit 40a3c6f

Browse files
authored
Merge pull request #423 from mpmuc84/419-repair-documentation-build
Update RTD configuration
2 parents 4991c2c + aad1aa1 commit 40a3c6f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.readthedocs.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
# .readthedocs.yml
2-
# Read the Docs configuration file
1+
# Read the Docs configuration file for Sphinx projects
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43

54
# Required
65
version: 2
76

8-
# Build documentation in the docs/ directory with Sphinx
7+
# Set the OS, Python version and other tools you might need
8+
build:
9+
os: ubuntu-lts-latest
10+
tools:
11+
python: "3.13"
12+
13+
# Build documentation in the "docs/" directory with Sphinx
914
sphinx:
1015
configuration: docs/source/conf.py
1116

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
1617
# Optionally build your docs in additional formats such as PDF and ePub
1718
formats: all
1819

19-
# Optionally set the version of Python and requirements required to build your docs
20+
# Optional but recommended, declare the Python requirements required
21+
# to build your documentation
22+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2023
python:
21-
version: 3.8
2224
install:
2325
- requirements: requirements-docs.txt

0 commit comments

Comments
 (0)