summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-22 12:29:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-13 10:48:53 +0200
commitddd4b1e7beb80a7fd49e02106d014d046cb42e7d (patch)
tree239b93ab03f3c5191b82cdc4ae7ec39ed839a89f
parentuser/pc386 BSP: add documentation. (diff)
downloadrtems-docs-ddd4b1e7beb80a7fd49e02106d014d046cb42e7d.tar.bz2
common: Enable numfig role
-rw-r--r--common/conf.py3
1 files changed, 3 insertions, 0 deletions
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 = []