fix: docs build (#381)
This commit is contained in:
parent
f3f07bee7c
commit
c21a2ac15a
@ -12,7 +12,7 @@ sphinx:
|
|||||||
build:
|
build:
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.9"
|
python: "3.12"
|
||||||
|
|
||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
myst-parser==3.0.1
|
myst-parser==4.0.0
|
||||||
Sphinx==7.4.7
|
Sphinx==8.1.3
|
||||||
sphinx-rtd-theme==3.0.2
|
sphinx-rtd-theme==3.0.2
|
||||||
sphinxcontrib-asyncio==0.3.0
|
|
||||||
sphinxcontrib-fulltoc==1.2.0
|
sphinxcontrib-fulltoc==1.2.0
|
||||||
|
|||||||
@ -43,7 +43,6 @@ release = __version__
|
|||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
"sphinx.ext.githubpages",
|
"sphinx.ext.githubpages",
|
||||||
"sphinxcontrib.asyncio",
|
|
||||||
"sphinxcontrib.fulltoc",
|
"sphinxcontrib.fulltoc",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user