X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=conf.py;h=535c59b5c85e3abbe838b55f88d1f6d00b4ecad0;hb=901d57e9a589ffa1d02200932ab661217c335750;hp=99421ec95114239f3eead3be7a48d2c1cba52ea2;hpb=ee156f99b40a7de9ba8ab027033b811cb804fb60;p=nageru-docs diff --git a/conf.py b/conf.py index 99421ec..535c59b 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'] @@ -58,9 +60,9 @@ author = 'Steinar H. Gunderson' # built documents. # # The short X.Y version. -version = '1.4.1' +version = '1.7.2' # The full version, including alpha/beta/rc tags. -release = '1.4.1' +release = '1.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -171,7 +173,7 @@ html_static_path = ['_static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. # -# html_use_smartypants = True +html_use_smartypants = False # Custom sidebar templates, maps document names to template names. #