Skip to content

Commit

Permalink
🩹 fix the docs configuration
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Sep 29, 2024
1 parent 5a3ae3c commit 5ba703b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"sphinx.ext.githubpages",
"sphinxcontrib.bibtex",
"sphinx_copybutton",
"hoverxref.extension",
"nbsphinx",
"sphinxext.opengraph",
"sphinx_autodoc_typehints",
Expand Down Expand Up @@ -92,22 +91,6 @@

autosectionlabel_prefix_document = True

hoverxref_auto_ref = True
hoverxref_domains = ["cite", "py"]
hoverxref_roles = []
hoverxref_mathjax = True
hoverxref_role_types = {
"ref": "tooltip",
"p": "tooltip",
"labelpar": "tooltip",
"class": "tooltip",
"meth": "tooltip",
"func": "tooltip",
"attr": "tooltip",
"property": "tooltip",
}
exclude_patterns = ["_build", "build", "**.ipynb_checkpoints", "Thumbs.db", ".DS_Store", ".env"]


class CDAStyle(UnsrtStyle):
"""Custom style for including PDF links."""
Expand Down

0 comments on commit 5ba703b

Please sign in to comment.