Commit be0159c0 authored by Matti Picus's avatar Matti Picus Committed by GitHub

change extension for sphinx 1.8+ (GH-4210)

parent 169bab16
...@@ -41,7 +41,7 @@ highlight_language = 'cython' ...@@ -41,7 +41,7 @@ highlight_language = 'cython'
extensions = [ extensions = [
'ipython_console_highlighting', 'ipython_console_highlighting',
'cython_highlighting', 'cython_highlighting',
'sphinx.ext.pngmath', 'sphinx.ext.imgmath',
'sphinx.ext.todo', 'sphinx.ext.todo',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.autodoc' 'sphinx.ext.autodoc'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment