Skip to content

Commit

Permalink
update rtd config to use 313
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 23, 2024
1 parent 54d4bfa commit f3554bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"
python: "3.13"

sphinx:
configuration: docs/conf.py
Expand Down
3 changes: 0 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

autobuild:
sphinx-autobuild . build/html
7 changes: 3 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 comments on commit f3554bb

Please sign in to comment.