Skip to content

Commit 4e96417

Browse files
authored
Merge pull request #9578 from tannewt/fix_rtd_autoapi
Fix RTD build
2 parents 0ba89fc + f3fccaa commit 4e96417

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)