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

Switch to furo doc theme

parent 545ab4b2
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ extensions = [ ...@@ -25,6 +25,7 @@ extensions = [
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
"sphinx.ext.doctest", "sphinx.ext.doctest",
"sphinx_copybutton",
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
...@@ -85,23 +86,10 @@ pygments_style = "sphinx" ...@@ -85,23 +86,10 @@ pygments_style = "sphinx"
# Options for HTML output # Options for HTML output
# ----------------------- # -----------------------
html_theme = "alabaster" html_theme = "furo"
html_theme_options = { html_theme_options = {
"extra_nav_links": { }
"🚀 Github": "https://github.com/inducer/pyopencl",
"💾 Download Releases": "https://pypi.python.org/pypi/pyopencl",
}
}
html_sidebars = {
"**": [
"about.html",
"navigation.html",
"relations.html",
"searchbox.html",
]
}
# The style sheet to use for HTML and HTML Help pages. A file of that name # The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths # must exist either in Sphinx' static/ path, or in one of the custom paths
......
...@@ -88,7 +88,7 @@ Software that works with or enhances PyOpenCL ...@@ -88,7 +88,7 @@ Software that works with or enhances PyOpenCL
:class:`pyopencl.array.Array` instances. :class:`pyopencl.array.Array` instances.
* Robbert Harms and Alard Roebroeck's `MOT * Robbert Harms and Alard Roebroeck's `MOT
<https://github.com/cbclab/MOT>`_ offers a variety of GPU-enabled non-linear optimization algorithms <https://github.com/cbclab/MOT>`_ offers a variety of GPU-enabled non-linear optimization algorithms
and MCMC sampling routines for parallel optimization and sampling of multiple problems. and MCMC sampling routines for parallel optimization and sampling of multiple problems.
If you know of a piece of software you feel that should be on this list, please If you know of a piece of software you feel that should be on this list, please
...@@ -113,6 +113,8 @@ Contents ...@@ -113,6 +113,8 @@ Contents
howto howto
tools tools
misc misc
🚀 Github <https://github.com/inducer/pyopencl>
💾 Download Releases <https://pypi.org/project/pyopencl>
Note that this guide does not explain OpenCL programming and technology. Please Note that this guide does not explain OpenCL programming and technology. Please
refer to the official `Khronos OpenCL documentation <http://khronos.org/opencl>`_ refer to the official `Khronos OpenCL documentation <http://khronos.org/opencl>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment