]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Mostrar algoritmo de mark() más parecido al real
[z.facultad/75.00/informe.git] / source / conf.py
index 9de2d65edb76f729a75d6e9aceefb0ee376e254b..c6e161e935c3dbcffc84b8a890f37ebff610ee6b 100644 (file)
@@ -22,7 +22,13 @@ sys.path.append(os.path.abspath('../ext'))
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['aafig', 'fig', 'vref', 'graphviz', 'sphinx.ext.pngmath']
+extensions = [
+       'aafig',
+       'fig',
+       'vref',
+       'sphinx.ext.graphviz',
+       'sphinx.ext.pngmath',
+]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
@@ -83,6 +89,9 @@ exclude_trees = []
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'sphinx'
 
+# The default language to highlight source code in. The default is 'python'.
+highlight_language = 'd'
+
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []
 
@@ -186,7 +195,7 @@ latex_logo = 'fiuba.png'
 
 # Additional stuff for the LaTeX preamble.
 latex_preamble = r'''
-\usepackage{varioref}    % XXX: breaks PDF index
+\usepackage[draft]{varioref} % XXX: breaks PDF index, use [final] when done
 \usepackage{subfigure}
 \setcounter{tocdepth}{2}
 '''