fix: docs build (#381)

This commit is contained in:
J. Nick Koston
2025-02-01 22:59:50 -06:00
committed by GitHub
parent f3f07bee7c
commit c21a2ac15a
3 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ sphinx:
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.12"
# Optionally declare the Python requirements required to build your docs
python:

View File

@@ -1,5 +1,4 @@
myst-parser==3.0.1
Sphinx==7.4.7
myst-parser==4.0.0
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2
sphinxcontrib-asyncio==0.3.0
sphinxcontrib-fulltoc==1.2.0

View File

@@ -43,7 +43,6 @@ release = __version__
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.githubpages",
"sphinxcontrib.asyncio",
"sphinxcontrib.fulltoc",
]