Skip to content

Commit e027c8c

Browse files
authored
Merge pull request #973 from aireilly/main
Updates RTD
2 parents 7d431a6 + 284f218 commit e027c8c

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ version: 2
88
build:
99
os: ubuntu-24.04
1010
tools:
11-
python: "3.13"
11+
python: "3.12"
1212

13-
# Build documentation in the "docs/" directory with Sphinx
14-
sphinx:
15-
configuration: docs/conf.py
13+
# Build documentation with Mkdocs
14+
mkdocs:
15+
configuration: mkdocs.yml
1616

17-
# Optionally, but recommended,
18-
# declare the Python requirements required to build your documentation
19-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
23-
17+
python:
18+
install:
19+
- method: pip
20+
path: .

0 commit comments

Comments
 (0)