debian-python-pyexcel-io/.moban.d/docs/source/custom_conf.py.jj2

15 lines
239 B
Plaintext

{% extends 'docs/source/conf.py.jj2'%}
{%block SPHINX_EXTENSIONS%}
'sphinx.ext.autosummary'
{%endblock%}
{%block custom_doc_theme%}
html_theme = 'default'
def setup(app):
app.add_stylesheet('theme_overrides.css')
{%endblock%}