]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/conf.py
initial support for quotes -- just renders :quote: directives atm
[neurodebian.git] / sphinx / conf.py
index 698c32dcdf683a19618551baa0ebcf011cd9b469..f7d0378a610a79b35b32290787751d4b065cb39d 100644 (file)
@@ -41,7 +41,9 @@ def artworkdir():
 
 # 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 = []
+sys.path.append(os.path.abspath('.'))
+extensions = ['ext.quote']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']