Skip to content

Commit 123036e

Browse files
committed
fix: readthedocs config
1 parent 176a6c3 commit 123036e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.12"
6+
python: 3.13
77

88
sphinx:
99
configuration: docs/conf.py

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --group=docs --no-hashes --output-file=docs/requirements.txt
2+
# uv export --group=docs --no-hashes --python=3.13 --output-file=docs/requirements.txt
33
-e .
44
accessible-pygments==0.0.5
55
# via

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def export(s: nox.Session) -> None:
112112
"export",
113113
"--group=docs",
114114
"--no-hashes",
115+
"--python=3.13",
115116
"--output-file=docs/requirements.txt",
116117
external=True,
117118
)

0 commit comments

Comments
 (0)