# HG changeset patch # User Thierry Florac # Date 1526635631 -7200 # Node ID ab51f4b614c4451a1b908a09d2b0ca71a8bcb488 # Parent 33c8e14078d7ce59799a7dac2b20475137524cd1# Parent 9fdc2d81e6858c48c6e847923c0b342b7bc9022e Merge doc-dc diff -r 33c8e14078d7 -r ab51f4b614c4 requirements.txt --- a/requirements.txt Fri May 18 11:24:52 2018 +0200 +++ b/requirements.txt Fri May 18 11:27:11 2018 +0200 @@ -38,7 +38,7 @@ pyramid-fanstatic==0.5 pyramid-zodbconn==0.7 pyzmq==16.0.4 -repoze.lru = 0.7 +repoze.lru==0.7 repoze.sphinx.autointerface==0.8 Sphinx==1.6.7 sphinx_rtd_theme==0.3.1 diff -r 33c8e14078d7 -r ab51f4b614c4 src/source/conf.py --- a/src/source/conf.py Fri May 18 11:24:52 2018 +0200 +++ b/src/source/conf.py Fri May 18 11:27:11 2018 +0200 @@ -115,10 +115,7 @@ exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# The default language to highlight source code in. -highlight_language = 'python3' +pygments_style = 'default' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False