Skip to content

Commit 8e9e5de

Browse files
authored
Fix mkdocs build error (#1051)
* Fix mkdocs build error * Update mkdocstrings-python
1 parent 0d8ce2f commit 8e9e5de

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

mkdocs.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@ theme:
3939

4040
plugins:
4141
- search
42-
- mkdocstrings
42+
- mkdocstrings:
43+
handlers:
44+
python:
45+
selection:
46+
docstring_style: google
47+
rendering:
48+
show_root_heading: true
49+
show_source: false
50+
4351
- git-revision-date
4452
- git-revision-date-localized:
4553
enable_creation_date: true

requirements_docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdocs-material>=9.1.3
1212
mkdocs-pdf-export-plugin
1313
mkdocstrings
1414
mkdocstrings-crystal
15-
mkdocstrings-python-legacy
15+
mkdocstrings-python
1616
nbconvert
1717
nbformat
1818
pip

0 commit comments

Comments
 (0)