Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
update sphinx_rtd_theme module paths
  • Loading branch information
chetanyagoyal authored Jun 8, 2024
1 parent 4e93248 commit 6ab0eff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autosectionlabel", "nbsphinx"]
extensions = ["sphinx.ext.autosectionlabel", "nbsphinx", "sphinx_rtd_theme"]
autosectionlabel_prefix_document = True
nbsphinx_execute = "never"
# Add any paths that contain templates here, relative to this directory.
Expand All @@ -42,8 +42,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import sphinx_rtd_theme, nbsphinx


html_theme = "sphinx_rtd_theme"

Expand Down

0 comments on commit 6ab0eff

Please sign in to comment.