Skip to content

Commit 112a903

Browse files
committed
copy plugins: from aragog after docs build is failing
1 parent 6a56ec6 commit 112a903

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ plugins:
4848
handlers:
4949
python:
5050
paths: [src]
51-
import:
51+
inventories:
5252
- https://installer.readthedocs.io/en/stable/objects.inv
53+
- https://docs.python.org/3/objects.inv
5354
- https://numpy.org/doc/stable/objects.inv
5455
- https://docs.scipy.org/doc/scipy/objects.inv
5556
- https://pandas.pydata.org/docs/objects.inv
@@ -60,7 +61,10 @@ plugins:
6061
ignore_init_summary: yes
6162
show_submodules: no
6263
show_source: true
63-
show_root_heading: false
64+
show_symbol_type_heading: True
65+
show_root_heading: true
66+
show_root_toc_entry: true
67+
show_docstring_attributes: true
6468
show_root_full_path: false
6569
docstring_section_style: list
6670
members_order: alphabetical

0 commit comments

Comments
 (0)