From 2cb71284d7c9af7277f627e2cbacd08740117948 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Sat, 20 Oct 2018 13:20:42 -0400 Subject: [PATCH] Remove IPython lexer workaround The issue described in https://github.com/spatialaudio/nbsphinx/issues/24 seems to be resolved by https://github.com/ContinuumIO/anaconda-issues/issues/1430 --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cfa7bd0..a04dd73 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,8 +41,6 @@ 'sphinx.ext.mathjax', 'sphinx.ext.napoleon', 'nbsphinx', - # This line is a workaround for https://github.com/spatialaudio/nbsphinx/issues/24 - 'IPython.sphinxext.ipython_console_highlighting', ] # add_function_parentheses = False