X-Git-Url: https://git.sesse.net/?p=nageru-docs;a=blobdiff_plain;f=conf.py;h=c7f8d0b91b329e56b0e72548abb5c39caf8dbfe1;hp=422f6e9c3526f09b831503edd6e674c1ab8f9e33;hb=2c571cfa10fd30108109c762e05fa47b5e615149;hpb=d189b8395ec801c86f2b1dd525fbbf66871b158f diff --git a/conf.py b/conf.py index 422f6e9..c7f8d0b 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'] @@ -50,7 +52,7 @@ master_doc = 'index' # General information about the project. project = 'Nageru' -copyright = '2016, Steinar H. Gunderson' +copyright = '2016–2020, Steinar H. Gunderson' author = 'Steinar H. Gunderson' # The version info for the project you're documenting, acts as replacement for @@ -58,9 +60,9 @@ author = 'Steinar H. Gunderson' # built documents. # # The short X.Y version. -version = '1.4.1' +version = '1.9.3' # The full version, including alpha/beta/rc tags. -release = '1.4.1' +release = '1.9.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.