We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d058e8c commit 589937eCopy full SHA for 589937e
2 files changed
docs/requirements.txt
@@ -3,5 +3,5 @@ mkdocs
3
mkdocs-jupyter
4
mkdocs-gen-files
5
mkdocs-material
6
-mkdocstrings>=0.26,<1.0
7
-mkdocstrings-python>=1.10,<2.0
+mkdocstrings>=0.26
+mkdocstrings-python>=1.10
mkdocs.yml
@@ -69,7 +69,7 @@ plugins:
69
handlers:
70
python:
71
paths: [src]
72
- import:
+ inventories:
73
- https://docs.python.org/3/objects.inv
74
- https://numpy.org/doc/stable/objects.inv
75
- https://docs.scipy.org/doc/scipy/objects.inv
0 commit comments