[PATCH 1/3] common: Enable numfig role
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Jul 3 09:17:44 UTC 2020
---
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
More information about the devel
mailing list