mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -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.ext.viewcode",
|
||||||
"sphinx_design",
|
"sphinx_design",
|
||||||
"sphinx_copybutton",
|
"sphinx_copybutton",
|
||||||
"hoverxref.extension",
|
"sphinx-hoverxref"
|
||||||
|
# "hoverxref.extension",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Napoleon settings
|
# Napoleon settings
|
||||||
|
|
@ -107,19 +108,19 @@ html_theme = "sphinx_rtd_theme"
|
||||||
|
|
||||||
# -- Options for hoverxref -------------------------------------------------
|
# -- Options for hoverxref -------------------------------------------------
|
||||||
hoverxref_role_types = {
|
hoverxref_role_types = {
|
||||||
'hoverxref': 'tooltip',
|
"hoverxref": "tooltip",
|
||||||
'ref': 'tooltip', # for hoverxref_auto_ref config
|
"ref": "tooltip", # for hoverxref_auto_ref config
|
||||||
'confval': 'tooltip', # for custom object
|
"confval": "tooltip", # for custom object
|
||||||
'mod': 'tooltip', # for Python Sphinx Domain
|
"mod": "tooltip", # for Python Sphinx Domain
|
||||||
'class': 'tooltip', # for Python Sphinx Domain
|
"class": "tooltip", # for Python Sphinx Domain
|
||||||
'meth': 'tooltip', # for Python Sphinx Domain
|
"meth": "tooltip", # for Python Sphinx Domain
|
||||||
}
|
}
|
||||||
|
|
||||||
hoverxref_roles = [
|
hoverxref_roles = [
|
||||||
'class',
|
"class",
|
||||||
'meth',
|
"meth",
|
||||||
]
|
]
|
||||||
|
|
||||||
hoverxref_domains = [
|
hoverxref_domains = [
|
||||||
'py',
|
"py",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue