Skip to content

Commit a2d836a

Browse files
authored
Merge pull request #27 from s-makin/tidy-glossary
Tidy up glossary
2 parents f476d37 + d1708b3 commit a2d836a

File tree

4 files changed

+107
-265
lines changed

4 files changed

+107
-265
lines changed

docs/.custom_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dvipng
3434
edubuntu
3535
el
3636
empathic
37+
EoSS
3738
equalizing
3839
executables
3940
filesystem
@@ -78,6 +79,7 @@ plantuml
7879
ppc64el
7980
Pygments
8081
QEMU
82+
Repo
8183
Rockcraft
8284
rst
8385
rulebook

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
"sphinx.ext.intersphinx",
242242
"sphinx.ext.mathjax",
243243
"sphinxcontrib.mermaid",
244+
"hoverxref.extension",
244245
]
245246

246247
# Excludes files or directories from processing
@@ -291,6 +292,12 @@
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.

0 commit comments

Comments
 (0)