We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8465c30 commit 74b6d5eCopy full SHA for 74b6d5e
docs/requirements.txt
@@ -7,9 +7,8 @@ mkdocstrings[python]
7
mknotebooks==0.8.0 # Turn Jupyter Lab notebooks into webpages.
8
pytkdocs_tweaks==0.0.8 # Tweaks mkdocstrings to improve various aspects
9
mkdocs_include_exclude_files==0.0.1 # Allow for customising which files get included
10
-jinja2==3.0.3 # Older version. After 3.1.0 seems to be incompatible with current versions of mkdocstrings.
11
-nbconvert==6.5.0 # | Older verson to avoid error
12
-nbformat==5.4.0 # |
+nbconvert==7.16.4
+nbformat==5.10.4
13
14
mkdocs-autorefs==1.2.0
15
mkdocs-material-extensions==1.3.1
0 commit comments