Skip to content

Commit

Permalink
bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Jan 6, 2024
1 parent 6620dd8 commit 8511883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
# sphinx
- sphinx=7.2.6 # core builder # https://anaconda.org/conda-forge/sphinx/files
# theme and extensions
- pydata-sphinx-theme=0.14.4 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
- pydata-sphinx-theme=0.15.1 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
- myst-parser=2.0.0 # Markdown support # https://anaconda.org/conda-forge/myst-parser/files
- myst-nb=1.0.0 # Jupyter notebook support # https://anaconda.org/conda-forge/nbsphinx/files
- sphinx-autoapi=3.0.0 # to build docs from source code instead of package import # https://anaconda.org/conda-forge/sphinx-autoapi/files
- myst-nb=1.0.0 # Jupyter notebook support # https://anaconda.org/conda-forge/myst-nb/files
- sphinx-autoapi=3.0.0 # to build docs from source code instead of package import # https`://anaconda.org/conda-forge/sphinx-autoapi/files
- sphinx-design=0.5.0 # responsive web component support # https://anaconda.org/conda-forge/sphinx-design/files
- sphinx-notfound-page=1.0.0 # custom 404 page # https://anaconda.org/conda-forge/sphinx-notfound-page/files
- graphviz=9.0.0 # for plotting dependency diagrams with sphinx-autoapi # https://anaconda.org/conda-forge/graphviz/files
Expand Down

0 comments on commit 8511883

Please sign in to comment.