We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8ce2f commit 8e9e5deCopy full SHA for 8e9e5de
mkdocs.yml
@@ -39,7 +39,15 @@ theme:
39
40
plugins:
41
- search
42
- - mkdocstrings
+ - mkdocstrings:
43
+ handlers:
44
+ python:
45
+ selection:
46
+ docstring_style: google
47
+ rendering:
48
+ show_root_heading: true
49
+ show_source: false
50
+
51
- git-revision-date
52
- git-revision-date-localized:
53
enable_creation_date: true
requirements_docs.txt
@@ -12,7 +12,7 @@ mkdocs-material>=9.1.3
12
mkdocs-pdf-export-plugin
13
mkdocstrings
14
mkdocstrings-crystal
15
-mkdocstrings-python-legacy
+mkdocstrings-python
16
nbconvert
17
nbformat
18
pip
0 commit comments