From 8b207f9a1be4c50b85f25c5e629c6feb86b73b32 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Thu, 1 Dec 2022 19:14:40 +0000 Subject: [PATCH] temporary fix by disallowing ipython 8.7.0 --- docs/conf.py | 3 --- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3f8f3a11..aaf5f5b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,6 @@ "html_admonition", ] -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = "sphinx" - # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output diff --git a/requirements.txt b/requirements.txt index a37c53ba..5a243c8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ arviz>=0.14.0 graphviz -ipython +ipython!=8.7.0 matplotlib>=3.5.3 numpy pandas