Commit 60541071 authored by Valerio Formato's avatar Valerio Formato
Browse files

Set a custom theme for self-deploying

parent b5e216b5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@ templates_path = ['_templates']

# -- Options for HTML output

html_theme = 'sphinx_rtd_theme'
# html_theme = 'sphinx_book_theme'
html_theme = 'classic'

# -- Options for EPUB output
epub_show_urls = 'footnote'