diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5216cfee..506756ab 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,11 +23,9 @@ jobs: channels: conda-forge activate-environment: pytao-dev environment-file: dev-environment.yml - - name: Pin MkDocs to 1.5.2 + - name: List mamba shell: bash -l {0} run: | - mamba list - mamba install -c conda-forge mkdocs==1.5.2 --yes mamba list - name: Build Docs shell: bash -l {0} diff --git a/dev-environment.yml b/dev-environment.yml index cd1b53fb..9c740156 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -14,9 +14,9 @@ dependencies: - ipywidgets - matplotlib - pygments - - mkdocs #==1.5.2 # pin because of a bug in the latest: ModuleNotFoundError: No module named 'mkdocs.tests' + - mkdocs - mkdocstrings - mkdocs-material - - mkdocs-jupyter + - mkdocs-jupyter==0.24.6 - mkdocstrings-python