Skip to content

Commit

Permalink
Add sphinx_rtd_theme extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon authored Nov 13, 2023
1 parent 839453b commit 3cc3b12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Docs/sphinx_doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
# 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.mathjax']
extensions = [
'sphinx.ext.mathjax',
'sphinx_rtd_theme',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 3cc3b12

Please sign in to comment.