Skip to content

Commit f3fccaa

Browse files
committed
Fix RTD build
AutoAPI 3.3.0 release broke our build. So, pin at a lower version for now.
1 parent 0ba89fc commit f3fccaa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version: 2
1010

1111
build:
12-
os: ubuntu-20.04
12+
os: ubuntu-24.04
1313
tools:
1414
python: "3"
1515
jobs:

pyproject.toml

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

requirements-doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setuptools_scm
1111

1212
# For sphinx
1313
sphinx!=5.2.0.post0
14-
sphinx-autoapi
14+
sphinx-autoapi<3.3.0
1515
sphinx-rtd-theme
1616
sphinxcontrib-svg2pdfconverter
1717
sphinxcontrib-jquery

0 commit comments

Comments
 (0)