]> git.sesse.net Git - nageru-docs/blobdiff - conf.py
Bump version number.
[nageru-docs] / conf.py
diff --git a/conf.py b/conf.py
index 422f6e9c3526f09b831503edd6e674c1ab8f9e33..b562bf9e8492176fbd9fab56a549dfb0883cd657 100644 (file)
--- 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.9.0'
 # The full version, including alpha/beta/rc tags.
-release = '1.4.1'
+release = '1.9.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.