From 1cd3bf6d3e0fe0cd96341b131c192629888c354f Mon Sep 17 00:00:00 2001 From: Christopher Mayes <31023527+ChristopherMayes@users.noreply.github.com> Date: Fri, 3 May 2024 10:53:29 -0700 Subject: [PATCH] try only pinning mkdocs-jupyter==0.24.6 --- .github/workflows/gh-pages.yml | 4 +--- dev-environment.yml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) 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