--- 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 = [] -- 2.26.2
_______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
