Skip to content

Commit a54e75f

Browse files
Update mkdocs.yml
1 parent df39d66 commit a54e75f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ plugins:
5959
filters: [ "!^_" ] # exclude all members starting with _
6060
members: true
6161
inherited_members: false
62-
docstring_style: "google"
63-
docstring_options:
64-
replace_admonitions: no
62+
docstring_style: "restructured-text"
63+
# docstring_options:
64+
# replace_admonitions: no
6565
new_path_syntax: false
6666
rendering:
6767
show_root_heading: true
@@ -114,5 +114,7 @@ markdown_extensions:
114114
emoji_generator: !!python/name:materialx.emoji.to_svg
115115
nav:
116116
- Index: index.md
117+
- Application Helper Modules:
118+
- custom_logger: custom_logger.md
117119
- Unit-Tests:
118120
- TASK-ID-001: unit-tests/task_id_001.md

0 commit comments

Comments
 (0)