Skip to content

Commit

Permalink
[python] Fix search in readthedocs (#3573) (#3576)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
github-actions[bot] and johnkerl authored Jan 16, 2025
1 parent 36d81c0 commit 1542d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pandoc==2.3
pybind11==2.12.0
setuptools==75.1.0
setuptools-scm==8.1.0
sphinx==7.3.7
sphinx==8.1.3
sphinxcontrib-jquery==4.1
sphinx-rtd-theme==2.0.0
wheel==0.43.0
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.autosummary",
"nbsphinx",
"sphinxcontrib.jquery",
]

autosummary_generate = True
Expand Down

0 comments on commit 1542d1a

Please sign in to comment.