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 85e366c commit fa96fb1Copy full SHA for fa96fb1
pdoc/templates/config.mako
@@ -1,6 +1,11 @@
1
<%!
2
# Template configuration. Copy over in your template directory
3
- # (used with --template-dir) and adapt as required.
+ # (used with `--template-dir`) and adapt as necessary.
4
+ # Note, defaults are loaded from this distribution file, so your
5
+ # config.mako only needs to contain values you want overridden.
6
+ # You can also run pdoc with `--config KEY=VALUE` to override
7
+ # individual values.
8
+
9
html_lang = 'en'
10
show_inherited_members = False
11
extract_module_toc_into_sidebar = True
0 commit comments