Skip to content

Commit ba2081f

Browse files
committed
downgrade mkdocs-jupyter to <0.26 because it breaks docs gen
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
1 parent b03799f commit ba2081f

2 files changed

Lines changed: 75 additions & 75 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ dev = [
146146
]
147147
docs = [
148148
"mkdocs-material~=9.5",
149-
"mkdocs-jupyter~=0.25",
149+
"mkdocs-jupyter>=0.25,<0.26",
150150
"mkdocs-click~=0.8",
151151
"mkdocs-redirects~=1.2",
152152
"mkdocstrings[python]~=0.27",

0 commit comments

Comments
 (0)