We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df6512 commit 8d980caCopy full SHA for 8d980ca
.moban.d/docs/source/custom_conf.py.jj2
@@ -4,11 +4,9 @@
4
'sphinx.ext.autosummary'
5
{%endblock%}
6
{%block custom_doc_theme%}
7
-html_theme = 'default'
8
-
9
10
def setup(app):
11
- app.add_stylesheet('theme_overrides.css')
+ app.add_css_file('theme_overrides.css')
12
13
14
docs/source/conf.py
@@ -72,11 +72,9 @@
72
intersphinx_mapping = {'python': ('https://docs.python.org/3',
73
'python-inv.txt')}
74
# TODO: html_theme not configurable upstream
75
76
77
78
79
80
81
82
0 commit comments