Skip to content

Commit 188318b

Browse files
committed
#517 try fix ReadTheDocs autoapi generation
1 parent a5a7fc7 commit 188318b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111
tools:
12-
python: "3.11"
12+
python: "3.12"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
extensions = ['autoapi.extension', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.viewcode', 'sphinx_rtd_theme']
3636

3737
autoapi_dirs = ['../GeoHealthCheck/']
38-
38+
autoapi_ignore = ['*.pixi*', '*docker*', '*migrations*', '*instance*', '*tests*']
3939
# Add any paths that contain templates here, relative to this directory.
4040
templates_path = ['_templates']
4141

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# for ReadTheDocs
2-
sphinx-rtd-theme==1.3.0
2+
sphinx-rtd-theme==3.1.0
33
sphinx-autoapi

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)