Skip to content

Commit

Permalink
Adjust documentation (#558)
Browse files Browse the repository at this point in the history
## Overview

Changes:

* Pinned `sphinx` below 8.2.0
* Skipped `ipython` 9.0.0
* Removed `sphinx-autoapi` (unused)
  • Loading branch information
Zeitsperre authored Mar 3, 2025
2 parents 25432c7 + 5bef4dd commit b1e8e4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ dependencies:
- python >=3.9,<3.13
- pywps >=4.6
- ipyleaflet
- ipython >=8.5.0
- ipython >=8.5.0,!=9.0.0
- ipywidgets
- nbsphinx >=0.9.5
- numpy >=1.23.0
- pandas >=2.2
- sphinx >=7.0.0
- sphinx-autoapi
- sphinx >=7.0.0,<8.2
- sphinx-autodoc-typehints
- sphinx-codeautolink
- sphinx-copybutton
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ dev = [
]
docs = [
"ipyleaflet",
"ipython >=8.5.0",
"ipython >=8.5.0,!=9.0.0",
"ipywidgets",
"nbsphinx >=0.9.5",
"sphinx >=7.0.0",
"sphinx-autoapi",
"sphinx >=7.0.0,<8.2.0",
"sphinx-autodoc-typehints",
"sphinx-codeautolink",
"sphinx-copybutton",
Expand Down

0 comments on commit b1e8e4d

Please sign in to comment.