We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d4bfa commit f3554bbCopy full SHA for f3554bb
.readthedocs.yaml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: ubuntu-22.04
+ os: ubuntu-24.04
5
tools:
6
- python: "3.11"
+ python: "3.13"
7
8
sphinx:
9
configuration: docs/conf.py
docs/Makefile
@@ -18,6 +18,3 @@ help:
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
%: Makefile
20
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21
-
22
-autobuild:
23
- sphinx-autobuild . build/html
docs/requirements.txt
@@ -1,4 +1,3 @@
-sphinx>=7.2.6
-sphinx-copybutton>=0.5.2
-sphinxext-opengraph>=0.8.2
-furo>=2023.9.10
+sphinx>=8.1.3,<9
+sphinx-copybutton>=0.5.2,<1
+furo>=2024.5.6,<2025
0 commit comments