Skip to content

Commit

Permalink
Merge pull request #153 from Gallaecio/sphinx-extensions-2
Browse files Browse the repository at this point in the history
Add tooltips to documentation cross-references
  • Loading branch information
kmike committed Feb 18, 2020
2 parents 8207cb0 + 7461a31 commit 28e294d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'hoverxref.extension',
'notfound.extension',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
Expand Down Expand Up @@ -257,6 +258,11 @@
}


# --- Nitpicking options ------------------------------------------------------
# -- Nitpicking options -------------------------------------------------------

nitpicky = True


# -- sphinx-hoverxref options -------------------------------------------------

hoverxref_auto_ref = True
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
sphinx-hoverxref
sphinx-notfound-page
sphinx_rtd_theme

0 comments on commit 28e294d

Please sign in to comment.