|
45 | 45 | # produce any output in the built files. |
46 | 46 | show_authors = True |
47 | 47 |
|
| 48 | +# Keep warnings as “system message” paragraphs in the rendered documents. |
| 49 | +keep_warnings = True |
| 50 | + |
48 | 51 | # -- Options for HTML output ------------------------------------------------- |
49 | 52 |
|
50 | 53 | # The theme to use for HTML and HTML Help pages. See the documentation for |
51 | 54 | # a list of builtin themes. |
52 | 55 | # |
53 | 56 | html_theme = 'furo' |
54 | 57 |
|
55 | | -html_theme_options = {} |
56 | | - |
57 | | -# Add any paths that contain custom static files (such as style sheets) here, |
58 | | -# relative to this directory. They are copied after the builtin static files, |
59 | | -# so a file named "default.css" will overwrite the builtin "default.css". |
60 | | -html_static_path = ['_static'] |
61 | 58 | html_theme_options = { |
62 | 59 | "source_repository": "https://github.com/sphinx-notes/isso/", |
63 | 60 | "source_branch": "master", |
|
70 | 67 |
|
71 | 68 | html_logo = html_favicon = '_static/sphinx-notes.png' |
72 | 69 |
|
| 70 | +# Add any paths that contain custom static files (such as style sheets) here, |
| 71 | +# relative to this directory. They are copied after the builtin static files, |
| 72 | +# so a file named "default.css" will overwrite the builtin "default.css". |
| 73 | +html_static_path = ['_static'] |
| 74 | + |
| 75 | +html_css_files = ['custom.css'] |
| 76 | + |
73 | 77 | # -- Extensions ------------------------------------------------------------- |
74 | 78 |
|
75 | 79 | extensions.append('sphinx.ext.extlinks') |
|
87 | 91 | autodoc_typehints = 'description' |
88 | 92 |
|
89 | 93 | extensions.append('sphinx.ext.intersphinx') |
90 | | -intersphinx_mapping = { |
91 | | - 'python': ('https://docs.python.org/3', None), |
92 | | - 'sphinx': ('https://www.sphinx-doc.org/en/master', None), |
93 | | - 'jinja': ('https://jinja.palletsprojects.com/en/latest/', None), |
94 | | -} |
| 94 | +intersphinx_mapping = {} |
95 | 95 |
|
96 | 96 | extensions.append('sphinx_sitemap') |
97 | 97 | sitemap_filename = "sitemap.xml" |
|
0 commit comments