Skip to content

Commit

Permalink
Modified docs/requirements.txt and docs/conf.py to get Sphinx to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Feb 1, 2024
1 parent 7d03010 commit 45c5e0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# Adding 'sphinx_design' to use drop-down menus in release_notes.
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_design',]
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_design','sphinx_rtd_theme',]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
6 changes: 4 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sphinx-gallery==0.11.1
sphinxcontrib-bibtex==2.5.0
sphinx-gallery==0.14.0
sphinxcontrib-bibtex==2.6.1
sphinx==5.3.0
sphinx-design==0.3.0
sphinx_rtd_theme==1.3.0

0 comments on commit 45c5e0c

Please sign in to comment.