File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 41
41
# Add any Sphinx extension module names here, as strings. They can be
42
42
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
43
43
extensions = [
44
+ 'hoverxref.extension' ,
44
45
'notfound.extension' ,
45
46
'sphinx.ext.autodoc' ,
46
47
'sphinx.ext.intersphinx' ,
288
289
}
289
290
290
291
291
- # --- Nitpicking options ------------------------------------------------------
292
+ # -- Nitpicking options - ------------------------------------------------------
292
293
293
294
nitpicky = True
294
295
nitpick_ignore = [
297
298
('py:class' , 'cssselect.xpath.XPathExpr' ),
298
299
('py:class' , 'lxml.etree.XMLParser' ),
299
300
]
301
+
302
+
303
+ # -- sphinx-hoverxref options -------------------------------------------------
304
+
305
+ hoverxref_auto_ref = True
Original file line number Diff line number Diff line change 1
1
sphinx
2
+ sphinx-hoverxref
2
3
sphinx-notfound-page
3
4
sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments