From 71af746e669d42a90f28cfb16d433f4c0377be98 Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Fri, 28 Apr 2023 10:46:22 -0400 Subject: [PATCH] Update docs config --- docs/conf.py | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9d11df5..63709f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ # ones. extensions = [ 'nbsphinx', - #'IPython.sphinxext.ipython_console_highlighting', + 'IPython.sphinxext.ipython_console_highlighting', 'sphinx.ext.autodoc', 'sphinx.ext.autodoc.typehints', 'sphinx.ext.autosummary', diff --git a/docs/requirements.txt b/docs/requirements.txt index 6ccb515..3439126 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,7 @@ Sphinx==6.2.0 sphinx_rtd_theme==1.2.0 nbsphinx==0.9.1 +ipython==8.12 jupyter>=1.0.0 numba~=0.56 numpy<1.24,>=1.18