Skip to content

Commit

Permalink
Update for ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 4, 2023
1 parent cb5105f commit bdc4c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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',]

# settings for ReadTheDocs PDF creation
latex_engine = 'pdflatex'
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx-gallery
sphinxcontrib-bibtex
sphinx-design==0.3.0
sphinx_rtd_theme==1.3.0

0 comments on commit bdc4c22

Please sign in to comment.