Skip to content

Commit f3554bb

Browse files
committed
update rtd config to use 313
1 parent 54d4bfa commit f3554bb

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.11"
6+
python: "3.13"
77

88
sphinx:
99
configuration: docs/conf.py

docs/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ help:
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21-
22-
autobuild:
23-
sphinx-autobuild . build/html

docs/requirements.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sphinx>=7.2.6
2-
sphinx-copybutton>=0.5.2
3-
sphinxext-opengraph>=0.8.2
4-
furo>=2023.9.10
1+
sphinx>=8.1.3,<9
2+
sphinx-copybutton>=0.5.2,<1
3+
furo>=2024.5.6,<2025

0 commit comments

Comments
 (0)