File tree Expand file tree Collapse file tree 4 files changed +107
-265
lines changed
Expand file tree Collapse file tree 4 files changed +107
-265
lines changed Original file line number Diff line number Diff line change 3434edubuntu
3535el
3636empathic
37+ EoSS
3738equalizing
3839executables
3940filesystem
@@ -78,6 +79,7 @@ plantuml
7879ppc64el
7980Pygments
8081QEMU
82+ Repo
8183Rockcraft
8284rst
8385rulebook
Original file line number Diff line number Diff line change 241241 "sphinx.ext.intersphinx" ,
242242 "sphinx.ext.mathjax" ,
243243 "sphinxcontrib.mermaid" ,
244+ "hoverxref.extension" ,
244245]
245246
246247# Excludes files or directories from processing
291292 f"{ distro_info .UbuntuDistroInfo ().stable ()} /en/"
292293 "man{section}/{page}.{section}.html" )
293294
295+ # Configure hoverxref options
296+ hoverxref_role_types = {
297+ 'term' : 'tooltip' ,
298+ }
299+ hoverxref_roles = ['term' ,]
300+
294301# Specifies a reST snippet to be prepended to each .rst file
295302# This defines a :center: role that centers table cell content.
296303# This defines a :h2: role that styles content for use with PDF generation.
You can’t perform that action at this time.
0 commit comments