We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9016efe commit 1b7dd8dCopy full SHA for 1b7dd8d
mkdocs.yml
@@ -13,6 +13,10 @@ markdown_extensions:
13
- toc:
14
anchorlink: True
15
16
+plugins:
17
+ - mkdocstrings:
18
+ enable_inventory: true
19
+
20
nav:
21
- Home: 'index.md'
22
- Tutorial:
requirements/requirements-documentation.txt
@@ -3,3 +3,6 @@ mkdocs==1.6.0
3
4
# pylinkvalidator to check for broken links in documentation.
5
pylinkvalidator==0.3
6
7
+# to generate objects.inv
8
+mkdocstrings-python~=1.12.2
0 commit comments