Skip to content

Commit 5ba703b

Browse files
committed
🩹 fix the docs configuration
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 5a3ae3c commit 5ba703b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/source/conf.py

-17
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"sphinx.ext.githubpages",
5959
"sphinxcontrib.bibtex",
6060
"sphinx_copybutton",
61-
"hoverxref.extension",
6261
"nbsphinx",
6362
"sphinxext.opengraph",
6463
"sphinx_autodoc_typehints",
@@ -92,22 +91,6 @@
9291

9392
autosectionlabel_prefix_document = True
9493

95-
hoverxref_auto_ref = True
96-
hoverxref_domains = ["cite", "py"]
97-
hoverxref_roles = []
98-
hoverxref_mathjax = True
99-
hoverxref_role_types = {
100-
"ref": "tooltip",
101-
"p": "tooltip",
102-
"labelpar": "tooltip",
103-
"class": "tooltip",
104-
"meth": "tooltip",
105-
"func": "tooltip",
106-
"attr": "tooltip",
107-
"property": "tooltip",
108-
}
109-
exclude_patterns = ["_build", "build", "**.ipynb_checkpoints", "Thumbs.db", ".DS_Store", ".env"]
110-
11194

11295
class CDAStyle(UnsrtStyle):
11396
"""Custom style for including PDF links."""

0 commit comments

Comments
 (0)