finish config, structure, constants and custom_default

This commit is contained in:
Tony031218
2021-01-26 14:57:05 +08:00
parent cd79151c10
commit 2fd4d7a2c4
20 changed files with 922 additions and 23 deletions

View File

@ -31,7 +31,7 @@ master_doc = 'index'
pygments_style = 'default'
html_static_path = ["_static"]
html_css_files = ["custom.css"]
html_css_files = ["custom.css", "colors.css"]
html_theme = 'furo' # pip install furo==2020.10.5b9
# html_favicon = '../../logo/graph.png'
html_logo = '../../logo/transparent_graph.png'