From c3b7f5acdd2cc846f1083f089114a37f57562935 Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Wed, 1 May 2024 07:33:05 +0200 Subject: [PATCH] bumped package version --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 910f8e3..0915cd8 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - sphinx=7.3.7 # core builder # https://anaconda.org/conda-forge/sphinx/files # theme and extensions - pydata-sphinx-theme=0.15.2 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files - - myst-parser=3.0.0 # Markdown support # https://anaconda.org/conda-forge/myst-parser/files + - myst-parser=3.0.1 # Markdown support # https://anaconda.org/conda-forge/myst-parser/files - myst-nb=1.1.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