Merge pull request #4183 from Gallaecio/sphinx-extensions-2

Enable sphinx-hoverxref for all references
This commit is contained in:
Mikhail Korobov 2019-11-21 18:25:21 +05:00 committed by GitHub
commit 91c9576675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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