Skip to content

Commit

Permalink
Remove deprecated call to fix CI docs builder (#5339)
Browse files Browse the repository at this point in the history
Followed the error log advice: 
`sphinx.errors.SphinxWarning: Calling get_html_theme_path is deprecated.
If you are calling it to define html_theme_path, you are safe to remove
that code.`

Temporarily added a CPP API change and verified that now Docs build
passes. Reverted that change.

---
TYPE: NO_HISTORY
DESC: Fix doc build
  • Loading branch information
ypatia authored Oct 9, 2024
1 parent 034ed80 commit cf28026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiledb/doxygen/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
else:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# -- Options for HTMLHelp output ------------------------------------------

Expand Down

0 comments on commit cf28026

Please sign in to comment.