aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-11-13 07:47:33 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-11-16 15:31:52 +0100
commit34bd9955394acc6edc769873db62474c12b2345a (patch)
treed6261a420e077fe6d5eef712c63a4a307cd66703
parentaf3512a6c585c68ba8ef2e19d4e4d8a9830679df (diff)
downloadsparse-34bd9955394acc6edc769873db62474c12b2345a.tar.gz
doc: Sphinx's option ':noindex:' have been renamed into ':noindexentry:'
and instead of keeping the old name for compatibility, no it's rejected. But well, purity of language is surely much more important than compatibility. *long deep sigh* So, use the new name (but it will for sure create problems when using an older version of Sphinx). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/doc-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide.rst b/Documentation/doc-guide.rst
index 29f39aab..fb4cb322 100644
--- a/Documentation/doc-guide.rst
+++ b/Documentation/doc-guide.rst
@@ -138,7 +138,7 @@ For example, a doc-block like::
will be displayed like this:
.. c:function:: int inc(int val)
- :noindex:
+ :noindexentry:
:param val: the value to increment
:return: the incremented value