mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 10:41:20 -08:00
RTD fix
This commit is contained in:
parent
1ba106bd86
commit
8940f881de
1 changed files with 11 additions and 10 deletions
21
docs/conf.py
21
docs/conf.py
|
|
@ -49,7 +49,8 @@ extensions = [
|
|||
"sphinx.ext.viewcode",
|
||||
"sphinx_design",
|
||||
"sphinx_copybutton",
|
||||
"hoverxref.extension",
|
||||
"sphinx-hoverxref"
|
||||
# "hoverxref.extension",
|
||||
]
|
||||
|
||||
# Napoleon settings
|
||||
|
|
@ -107,19 +108,19 @@ html_theme = "sphinx_rtd_theme"
|
|||
|
||||
# -- Options for hoverxref -------------------------------------------------
|
||||
hoverxref_role_types = {
|
||||
'hoverxref': 'tooltip',
|
||||
'ref': 'tooltip', # for hoverxref_auto_ref config
|
||||
'confval': 'tooltip', # for custom object
|
||||
'mod': 'tooltip', # for Python Sphinx Domain
|
||||
'class': 'tooltip', # for Python Sphinx Domain
|
||||
'meth': 'tooltip', # for Python Sphinx Domain
|
||||
"hoverxref": "tooltip",
|
||||
"ref": "tooltip", # for hoverxref_auto_ref config
|
||||
"confval": "tooltip", # for custom object
|
||||
"mod": "tooltip", # for Python Sphinx Domain
|
||||
"class": "tooltip", # for Python Sphinx Domain
|
||||
"meth": "tooltip", # for Python Sphinx Domain
|
||||
}
|
||||
|
||||
hoverxref_roles = [
|
||||
'class',
|
||||
'meth',
|
||||
"class",
|
||||
"meth",
|
||||
]
|
||||
|
||||
hoverxref_domains = [
|
||||
'py',
|
||||
"py",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue