Skip to content

Commit

Permalink
Fix readthedocs build (#80)
Browse files Browse the repository at this point in the history
* Fix build

* Fix mkdocs path
  • Loading branch information
stefsmeets committed Jun 27, 2023
1 parent 8fbecd1 commit dd02cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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.9"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
mkdocs:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ plugins:
# https://mkdocstrings.github.io/usage/
handlers:
python:
paths: [src]
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
Expand Down

0 comments on commit dd02cf2

Please sign in to comment.