Skip to content

Commit

Permalink
Added conf comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patel authored and Patel committed Sep 12, 2023
1 parent a479ace commit 9b1c476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.coverage",
"sphinx.ext.napoleon",
"sphinx.ext.napoleon", # numpydoc and google docstrings
]

# Ignore annoying type exception warnings which often come from newlines
Expand All @@ -59,6 +59,7 @@
# a list of builtin themes.
#
# html_theme = 'alabaster'

html_theme = "pydata_sphinx_theme"
html_logo = "source/_static/Logo_PyHyperO9_Light.svg"
html_theme_options = {
Expand All @@ -75,8 +76,8 @@
"header_links_before_dropdown": 6,
# Add light/dark mode and documentation version switcher:
"navbar_end": ["theme-switcher", "navbar-icon-links"],
}

}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 9b1c476

Please sign in to comment.