mirror of https://github.com/scrapy/scrapy.git
Enable sphinx-hoverxref for all references
This commit is contained in:
parent
f1fd7ec318
commit
4f80eff1e1
|
|
@ -279,3 +279,9 @@ intersphinx_mapping = {
|
|||
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
|
||||
'twisted': ('https://twistedmatrix.com/documents/current', None),
|
||||
}
|
||||
|
||||
|
||||
# Options for sphinx-hoverxref options
|
||||
# ------------------------------------
|
||||
|
||||
hoverxref_auto_ref = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue