Skip to content

Commit 9924e49

Browse files
authored
[hoverxref.extension] Seems to be causing issues with readthedocs. Removing it.
1 parent 56788ed commit 9924e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'sphinx.ext.autodoc',
2929
'sphinx.ext.autosummary',
3030
'sphinx.ext.intersphinx',
31-
'hoverxref.extension', # https://sphinx-hoverxref.readthedocs.io/en/latest/index.html
31+
#'hoverxref.extension', # https://sphinx-hoverxref.readthedocs.io/en/latest/index.html
3232
'sphinx_copybutton', # https://sphinx-copybutton.readthedocs.io/en/latest/
3333
'sphinx_design', # https://sphinx-design.readthedocs.io/en/latest/get_started.html
3434
'sphinxext.remoteliteralinclude', # https://github.com/wpilibsuite/sphinxext-remoteliteralinclude
@@ -68,7 +68,7 @@
6868
epub_show_urls = 'footnote'
6969

7070
# -- Options for hoverxref.extension https://sphinx-hoverxref.readthedocs.io/en/latest/configuration.html
71-
hoverxref_auto_ref = True
71+
# hoverxref_auto_ref = True
7272

7373
# https://sphinxcontrib-mermaid-demo.readthedocs.io/en/latest/
7474
mermaid_params = ['-p' 'puppeteer-config.json', '--iconPacks', '@iconify-json/logos', '@iconify-json/material-symbols']

0 commit comments

Comments
 (0)