Skip to content

Commit

Permalink
Merge pull request #264 from ImperialCollegeLondon/main
Browse files Browse the repository at this point in the history
Hotfix for documentation search
  • Loading branch information
kccwing authored Oct 18, 2023
2 parents a75fb24 + b938c5f commit 97a7dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements_rtd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx>=3.0,<7
ipykernel
nbsphinx
sphinx-rtd-theme==0.5.0
sphinx-rtd-theme>=1.2.2
recommonmark
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'sphinx.ext.napoleon',
'nbsphinx',
'sphinx.ext.autosectionlabel',
'sphinxcontrib.jquery',
'recommonmark'
]

Expand Down

0 comments on commit 97a7dab

Please sign in to comment.