Skip to content

Commit

Permalink
Block mkdocs 1.6.0 to avoid breaking mkdocs-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed May 12, 2024
1 parent 08b9052 commit a65f30b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
35 changes: 9 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ pre-commit = ">=2.4"
pytest = ">=6.0"
pytest-cov = ">=2.8"
pytest-watch = ">=4.2"
mkdocs = ">=1.2"
# Prevent install of 1.6.0 because the module mkdocs.tests
# is no longer exported, which causes mkdocs-jupyter to
# break with a ModuleNotFoundError.
mkdocs = ">=1.2,!=1.6.0"
mkdocs-material = ">=7.1,<9.0"
markdown-callouts = ">=0.2.0"
markdown-include = ">=0.6"
Expand Down

0 comments on commit a65f30b

Please sign in to comment.