X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=conf.py;fp=conf.py;h=ad652dc91814639d0e89cc4ab6039322164271ab;hb=116d29711ce2a5067a41fd5605148910e91a3fb9;hp=422f6e9c3526f09b831503edd6e674c1ab8f9e33;hpb=b4d515a6900619c64967a573a8bc8d26483adffc;p=nageru-docs diff --git a/conf.py b/conf.py index 422f6e9..ad652dc 100644 --- a/conf.py +++ b/conf.py @@ -30,7 +30,9 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = [ + 'sphinx.ext.autosectionlabel', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']