Skip to content
Snippets Groups Projects
Commit e1cc538d authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Switch to furo doc theme

parent 96687ca3
No related branches found
No related tags found
1 merge request!143Furo doc theme
Pipeline #103519 passed with warnings
......@@ -30,6 +30,7 @@ extensions = [
"sphinx.ext.coverage",
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx_copybutton",
]
# Add any paths that contain templates here, relative to this directory.
......@@ -108,28 +109,10 @@ todo_include_todos = False
# -- Options for HTML output ----------------------------------------------
html_theme = "alabaster"
html_theme = "furo"
html_theme_options = {
"extra_nav_links": {
"🚀 Github": "https://github.com/inducer/sumpy",
"💾 Download Releases": "https://pypi.org/project/sumpy",
}
}
html_sidebars = {
"**": [
"about.html",
"navigation.html",
"relations.html",
"searchbox.html",
]
}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
# html_theme_options = {}
}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
......
......@@ -21,8 +21,8 @@ Contents
codegen
eval
misc
🚀 Github <https://github.com/inducer/sumpy>
💾 Download Releases <https://pypi.org/project/sumpy>
Indices and tables
==================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment