diff --git a/docs/conf.py b/docs/conf.py index 5ce84c61..d1a4f40b 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ release = sphinx_wagtail_theme.__version__ language = None exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'requirements.txt'] -pygments_style = 'sphinx' +pygments_style = None # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False today_fmt = '%Y-%m-%d %H:%M'