diff --git a/CHANGES.rst b/CHANGES.rst index 0829186..35947bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,8 +7,11 @@ desiconda Change Log * Added ``gfa_reduce`` to ``scripts/bootstrap-desi.sh`` (direct commit to main). * Added ``desiBackup``, ``desida`` and ``desidatamodel`` to ``scripts/bootstrap-desi.sh`` (PR `#70`_). +* Added ``mkdocs-material`` and ``pymdown-extensions`` to ``conf/conda-pkgs.sh`` (PR `#73`_). .. _`#70`: https://github.com/desihub/desiconda/pull/70 +.. _`#73`: https://github.com/desihub/desiconda/pull/73 + 2.2.0 (2024-05-01) ------------------ diff --git a/conf/conda-pkgs.sh b/conf/conda-pkgs.sh index be7e41e..edbc899 100644 --- a/conf/conda-pkgs.sh +++ b/conf/conda-pkgs.sh @@ -64,6 +64,8 @@ conda install --copy --yes -c conda-forge \ line_profiler \ galsim \ mkdocs \ + mkdocs-material \ + pymdown-extensions \ altair \ vega_datasets \ conda-tree \