Fix RTD build

AutoAPI 3.3.0 release broke our build. So, pin at a lower version
for now.
This commit is contained in:
Scott Shawcroft 2024-08-29 13:02:16 -07:00
parent 0ba89fc03d
commit f3fccaad93
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,7 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3"
jobs:

2
pyproject.toml Normal file
View file

@ -0,0 +1,2 @@
[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools-scm

View file

@ -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