Skip to content

Commit

Permalink
Hopefully fixed an issue where the theme on rtd is defaulting to the …
Browse files Browse the repository at this point in the history
…sphinx default rather than the rtd default.
  • Loading branch information
jbhopkins committed Feb 2, 2024
1 parent c6517a0 commit cc1f93e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ fabio
reportlab
mmcif_pdbx
svglib
sphinx_rtd_theme
pyfai ; python_version > '2.7'
pyfai == 0.17; python_version == '2.7'
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.autodoc',
'sphinx.ext.napoleon']
'sphinx.ext.napoleon', 'sphinx_rtd_theme']

# Napoleon settings
napoleon_use_ivar = True
Expand Down

0 comments on commit cc1f93e

Please sign in to comment.