RTD hover fix

This commit is contained in:
Roger Maitland 2023-02-08 13:55:36 -05:00
parent 8940f881de
commit 9736a5836b
2 changed files with 2 additions and 2 deletions

View file

@ -49,8 +49,7 @@ extensions = [
"sphinx.ext.viewcode", "sphinx.ext.viewcode",
"sphinx_design", "sphinx_design",
"sphinx_copybutton", "sphinx_copybutton",
"sphinx-hoverxref" "hoverxref.extension",
# "hoverxref.extension",
] ]
# Napoleon settings # Napoleon settings

View file

@ -5,5 +5,6 @@ docutils<0.17
readthedocs-sphinx-search readthedocs-sphinx-search
sphinx_autodoc_typehints==1.12.0 sphinx_autodoc_typehints==1.12.0
sphinx_copybutton sphinx_copybutton
sphinx-hoverxref
sphinx_design sphinx_design
-e git+https://github.com/gumyr/build123d.git#egg=build123d -e git+https://github.com/gumyr/build123d.git#egg=build123d