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

Switch to furo doc theme

parent de326d3e
No related branches found
No related tags found
1 merge request!47Furo doc theme
Pipeline #103393 passed
...@@ -90,24 +90,15 @@ todo_include_todos = False ...@@ -90,24 +90,15 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = "alabaster" html_theme = "furo"
html_theme_options = { html_theme_options = {
"extra_nav_links": { #"extra_nav_links": {
"🚀 Github": "https://github.com/inducer/pytools", # "🚀 Github": "https://github.com/inducer/pytools",
"💾 Download Releases": "https://pypi.python.org/pypi/pytools", # "💾 Download Releases": "https://pypi.python.org/pypi/pytools",
} # }
} }
html_sidebars = {
"**": [
"about.html",
"navigation.html",
"relations.html",
"searchbox.html",
]
}
# Theme options are theme-specific and customize the look and feel of a theme # 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.
......
...@@ -12,6 +12,8 @@ Welcome to pytools's documentation! ...@@ -12,6 +12,8 @@ Welcome to pytools's documentation!
tag tag
codegen codegen
misc misc
🚀 Github <https://github.com/inducer/pytools>
💾 Download Releases <https://pypi.python.org/pypi/pytools>
Indices and tables 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