Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2023
1 parent f0bcc55 commit 5541555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/source/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ <h2>Learn</h2>
</div>
</div>

{% endblock %}
{% endblock %}
10 changes: 3 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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",
Expand All @@ -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": [
{
Expand All @@ -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.
Expand Down

0 comments on commit 5541555

Please sign in to comment.