mirror of https://github.com/scrapy/scrapy.git
Merge pull request #4183 from Gallaecio/sphinx-extensions-2
Enable sphinx-hoverxref for all references
This commit is contained in:
commit
91c9576675
|
|
@ -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