From 8511883a273a3685370673b10ab6ef39b2a1bc57 Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Sat, 6 Jan 2024 06:14:35 +0100 Subject: [PATCH] bumped package version --- environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 104dc8b..48dd360 100644 --- a/environment.yml +++ b/environment.yml @@ -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