File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4141# Add any Sphinx extension module names here, as strings. They can be
4242# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
4343extensions = [
44+ 'hoverxref.extension' ,
4445 'notfound.extension' ,
4546 'sphinx.ext.autodoc' ,
4647 'sphinx.ext.intersphinx' ,
288289}
289290
290291
291- # --- Nitpicking options ------------------------------------------------------
292+ # -- Nitpicking options - ------------------------------------------------------
292293
293294nitpicky = True
294295nitpick_ignore = [
297298 ('py:class' , 'cssselect.xpath.XPathExpr' ),
298299 ('py:class' , 'lxml.etree.XMLParser' ),
299300]
301+
302+ # -- sphinx-hoverxref options -------------------------------------------------
303+
304+ hoverxref_auto_ref = True
Original file line number Diff line number Diff line change 11sphinx
2+ sphinx-hoverxref
23sphinx-notfound-page
34sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments