Skip to content

Commit

Permalink
Merge pull request #9578 from tannewt/fix_rtd_autoapi
Browse files Browse the repository at this point in the history
Fix RTD build
  • Loading branch information
dhalbert authored Aug 29, 2024
2 parents 0ba89fc + f3fccaa commit 4e96417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3"
jobs:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools-scm
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e96417

Please sign in to comment.