Skip to content

Commit

Permalink
try only pinning mkdocs-jupyter==0.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed May 3, 2024
1 parent e6a680a commit 1cd3bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1cd3bf6

Please sign in to comment.