Skip to content

Commit fa96fb1

Browse files
committed
DOC: More verbose comment in config.mako
1 parent 85e366c commit fa96fb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pdoc/templates/config.mako

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<%!
22
# Template configuration. Copy over in your template directory
3-
# (used with --template-dir) and adapt as required.
3+
# (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+
49
html_lang = 'en'
510
show_inherited_members = False
611
extract_module_toc_into_sidebar = True

0 commit comments

Comments
 (0)