chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f9bca
)
documentation/python: list forgotten default option, avoid duplicates.
author
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 9 Jun 2020 12:10:26 +0000
(14:10 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 9 Jun 2020 16:05:38 +0000
(18:05 +0200)
documentation/python.py
patch
|
blob
|
history
diff --git
a/documentation/python.py
b/documentation/python.py
index 5daa149fdc184e00f8146b598bcfcada7b402a31..0c750426788c36e839e1c8d7a09299b410f75ed9 100755
(executable)
--- a/
documentation/python.py
+++ b/
documentation/python.py
@@
-135,12
+135,13
@@
default_config = {
'PROJECT_SUBTITLE': None,
'PROJECT_LOGO': None,
'MAIN_PROJECT_URL': None,
+
'INPUT': None,
'OUTPUT': 'output',
'INPUT_MODULES': [],
'INPUT_PAGES': [],
'INPUT_DOCS': [],
- 'OUTPUT': 'output',
+
'THEME_COLOR': '#22272e',
'FAVICON': 'favicon-dark.png',
'STYLESHEETS': [
@@
-153,6
+154,7
@@
default_config = {
('Classes', 'classes', [])],
'LINKS_NAVBAR2': [],
+ 'HTML_HEADER': None,
'PAGE_HEADER': None,
'FINE_PRINT': '[default]',
'FORMATTED_METADATA': ['summary'],