mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 06:44:06 +08:00
common: Show page references after internal links
The custom RTEMS extension produced quite verbose references like "Chapter 3 - Section 7 - Bla blub". This may distract the reading flow. Use a standard Sphinx option to show page references instead, e.g. "Bla blub (page 11)". This has some value for printed out documents.
This commit is contained in:
@@ -6,7 +6,6 @@ extensions = [
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.mathjax",
|
||||
"sphinxcontrib.bibtex",
|
||||
"rtemsext",
|
||||
"rtemsdomain",
|
||||
]
|
||||
|
||||
@@ -196,7 +195,7 @@ latex_use_modindex = False
|
||||
#latex_logo = None
|
||||
|
||||
# If true, show page references after internal links.
|
||||
latex_show_pagerefs = False
|
||||
latex_show_pagerefs = True
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
#latex_show_urls=True
|
||||
|
Reference in New Issue
Block a user