From 5d7921bebc1d01bdd1b1114829d97cd8c3ac1368 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 13 Aug 2019 07:18:59 +0200 Subject: 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. --- common/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/conf.py') diff --git a/common/conf.py b/common/conf.py index 821f913..fe44640 100644 --- a/common/conf.py +++ b/common/conf.py @@ -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 -- cgit v1.2.3