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:
Sebastian Huber
2019-08-13 07:18:59 +02:00
parent 29e0ac3799
commit 5d7921bebc
2 changed files with 1 additions and 59 deletions

View File

@@ -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