File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ sphinx-hoverxref
5
5
6
6
``sphinx-hoverxref `` is a Sphinx _ extension to add tooltips on the cross references of the documentation with the content of the linked section.
7
7
8
+ .. warning ::
9
+
10
+ This extension is currently in Beta state.
11
+ This means that there may be some things not well supported or unexpected behavior.
12
+ If you find any issue, please `report it in the issue tracker <https://github.com/readthedocs/sphinx-hoverxref/issues >`_.
13
+
8
14
9
15
Example
10
16
-------
Original file line number Diff line number Diff line change 45
45
'sphinx-prompt' ,
46
46
'autoapi.extension' ,
47
47
'hoverxref.extension' ,
48
+ 'versionwarning.extension' ,
48
49
]
49
50
50
51
# Used when building the documentation from the terminal and using a local Read
69
70
hoverxref_sphinxtabs = True
70
71
hoverxref_mathjax = True
71
72
73
+ versionwarning_messages = {
74
+ 'latest' : 'This extension is currently in Beta state. '
75
+ 'This means that there may be some things not well supported or unexpected behavior. '
76
+ 'If you find any issue, please <a href="https://github.com/readthedocs/sphinx-hoverxref/issues">report it in the issue tracker</a>.'
77
+ }
78
+ versionwarning_banner_title = 'We are in Beta!'
79
+ versionwarning_body_selector = 'div[itemprop="articleBody"]'
80
+
72
81
autosectionlabel_prefix_document = True
73
82
74
83
autoapi_dirs = ['../hoverxref' ]
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ sphinx-autoapi==1.1.0
3
3
sphinx-rtd-theme == 0.4.3
4
4
sphinx-tabs == 1.1.11
5
5
sphinx-prompt == 1.1.0
6
+ sphinx-version-warning == 1.1.2
You can’t perform that action at this time.
0 commit comments