Skip to content

Commit

Permalink
Adding sphinx_rtd_theme to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Oct 9, 2023
1 parent 5d0f1d4 commit ed1ff87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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.intersphinx','sphinx_design' ]
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_design','sphinx_rtd_theme',]

# To enable PDF generation, set METPLUS_DOC_PDF environment variable
# sphinx 2.4.2+ and rst2pdf packages are required
Expand Down

0 comments on commit ed1ff87

Please sign in to comment.