We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116c8a5 commit d121ddcCopy full SHA for d121ddc
mkdocs.yml
@@ -4,8 +4,6 @@ site_url: https://cynetdiff.site.to.be.created.org
4
repo_url: https://github.com/eliotwrobson/CyNetDiff
5
repo_name: cynetdiff
6
edit_uri: blob/main/docs/
7
-authors:
8
- - eliotwrobson: https://github.com/eliotwrobson
9
theme:
10
name: material
11
palette:
@@ -46,7 +44,6 @@ plugins:
46
44
enabled_if_env: ENABLE_PDF_EXPORT
47
45
- mkdocstrings:
48
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
49
- custom_templates: templates
50
default_handler: python
51
handlers:
52
python:
@@ -56,8 +53,8 @@ plugins:
56
53
docstring_style: "numpy"
57
54
show_root_heading: true
58
55
filters:
59
- - "!^_"
60
- - "!^__"
+ - "!^_"
+ - "!^__"
61
markdown_extensions:
62
- toc:
63
permalink: true
0 commit comments