diff --git a/docs/source/_templates/index.html b/docs/source/_templates/index.html
index 57721f97..9f000536 100644
--- a/docs/source/_templates/index.html
+++ b/docs/source/_templates/index.html
@@ -144,4 +144,4 @@
Learn
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3bfb25c1..a8c1260a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -105,7 +105,7 @@
# -- Options for HTML output ---------------------------------------------------
-html_additional_pages = {'index': 'index.html'}
+html_additional_pages = {"index": "index.html"}
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
@@ -130,9 +130,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
- "logo": {
- "text": ""
- },
+ "logo": {"text": ""},
# logo is installed by mpl-sphinx-theme as:
# "logo": {"link": "https://matplotlib.org/stable/",
# "image_light": "_static/logo_light.svg",
@@ -147,7 +145,6 @@
# - internal: Links point to the internal files as expanded by the `pathto`
# template function in Sphinx.
"navbar_links": "absolute",
-
# Navbar icon links
"icon_links": [
{
@@ -169,10 +166,9 @@
"type": "fontawesome",
},
],
-
# Template settings
"navbar_center": ["navbar_center"],
- "navbar_align": "left"
+ "navbar_align": "left",
}
# Add any paths that contain custom themes here, relative to this directory.