Skip to content

Commit d121ddc

Browse files
committed
Docs update
1 parent 116c8a5 commit d121ddc

File tree

3 files changed

+152
-127
lines changed

3 files changed

+152
-127
lines changed

mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ site_url: https://cynetdiff.site.to.be.created.org
44
repo_url: https://github.com/eliotwrobson/CyNetDiff
55
repo_name: cynetdiff
66
edit_uri: blob/main/docs/
7-
authors:
8-
- eliotwrobson: https://github.com/eliotwrobson
97
theme:
108
name: material
119
palette:
@@ -46,7 +44,6 @@ plugins:
4644
enabled_if_env: ENABLE_PDF_EXPORT
4745
- mkdocstrings:
4846
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
49-
custom_templates: templates
5047
default_handler: python
5148
handlers:
5249
python:
@@ -56,8 +53,8 @@ plugins:
5653
docstring_style: "numpy"
5754
show_root_heading: true
5855
filters:
59-
- "!^_"
60-
- "!^__"
56+
- "!^_"
57+
- "!^__"
6158
markdown_extensions:
6259
- toc:
6360
permalink: true

0 commit comments

Comments
 (0)