Skip to content

Commit

Permalink
pin astroid<3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Oct 9, 2023
1 parent 810e88c commit ad36eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# autoapi directives
autoapi_dirs = ["../src/access_nri_intake"]
autoapi_add_toctree_entry = False
autoapi_ignore = ["*/*.ipynb_checkpoints"]
autoapi_ignore = ["*/.ipynb_checkpoints", "*/_version.py", "*/__init__.py"]
autoapi_python_class_content = "both"
autoapi_options = [
"members",
Expand Down
1 change: 1 addition & 0 deletions docs/environment-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- defaults
dependencies:
- python==3.11
- astroid<3.0 # see https://github.com/readthedocs/sphinx-autoapi/issues/407
- hdf5
- ipython
- numpy
Expand Down

0 comments on commit ad36eaf

Please sign in to comment.