Skip to content

Commit

Permalink
adding "sphinx_rtd_theme" to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski authored Oct 6, 2023
1 parent 44b33df commit b067fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.autodoc", "sphinx.ext.napoleon", "sphinx.ext.intersphinx"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.intersphinx", "sphinx_rtd_theme"]

# Other useful extensions
# sphinx_copybutton
Expand Down

0 comments on commit b067fc1

Please sign in to comment.