]> git.sesse.net Git - nageru-docs/blobdiff - conf.py
Write about CasparCG integration.
[nageru-docs] / conf.py
diff --git a/conf.py b/conf.py
index 99421ec95114239f3eead3be7a48d2c1cba52ea2..ad652dc91814639d0e89cc4ab6039322164271ab 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']
@@ -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.
 #