Fix RTD build
AutoAPI 3.3.0 release broke our build. So, pin at a lower version for now.
This commit is contained in:
parent
0ba89fc03d
commit
f3fccaad93
3 changed files with 4 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-20.04
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
python: "3"
|
||||
jobs:
|
||||
|
|
|
|||
2
pyproject.toml
Normal file
2
pyproject.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[tool.setuptools_scm]
|
||||
# can be empty if no extra settings are needed, presence enables setuptools-scm
|
||||
|
|
@ -11,7 +11,7 @@ setuptools_scm
|
|||
|
||||
# For sphinx
|
||||
sphinx!=5.2.0.post0
|
||||
sphinx-autoapi
|
||||
sphinx-autoapi<3.3.0
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
sphinxcontrib-jquery
|
||||
|
|
|
|||
Loading…
Reference in a new issue