From ddd4b1e7beb80a7fd49e02106d014d046cb42e7d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 22 Nov 2019 12:29:53 +0100 Subject: common: Enable numfig role --- common/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/conf.py b/common/conf.py index 257bc4e..8fb06db 100644 --- a/common/conf.py +++ b/common/conf.py @@ -75,6 +75,9 @@ exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# http://www.sphinx-doc.org/en/master/usage/configuration.html#confval-numfig +numfig = True + # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] -- cgit v1.2.3