Skip to content

Commit

Permalink
ci: Peg sphinx-autoapi-3.1.0b0
Browse files Browse the repository at this point in the history
Might close #841

Also noticed the `.readthedocs.yaml` had an a couple of errors in where the version was incorrectly specified in one
location and outdated in another.
  • Loading branch information
ns-rse committed May 13, 2024
1 parent b732f52 commit 52d2bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -25,7 +25,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- method: pip
path: .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docs = [
"myst_parser",
"numpydoc",
"pydata_sphinx_theme",
"sphinx-autoapi",
"sphinx-autoapi==3.1.0b0",
"sphinx-autodoc-typehints",
"sphinx-multiversion",
"sphinx_markdown_tables",
Expand Down

0 comments on commit 52d2bb5

Please sign in to comment.