Skip to content

Commit 127f384

Browse files
authored
Merge pull request #104 from pymc-labs/hotfix
Fix docs syntax highlighting issue? Temporary fix by disallowing ipython 8.7.0
2 parents 90c0377 + 8b207f9 commit 127f384

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373
"html_admonition",
7474
]
7575

76-
# The name of the Pygments (syntax highlighting) style to use.
77-
pygments_style = "sphinx"
78-
7976
# -- Options for HTML output -------------------------------------------------
8077
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
8178

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arviz>=0.14.0
22
graphviz
3-
ipython
3+
ipython!=8.7.0
44
matplotlib>=3.5.3
55
numpy
66
pandas

0 commit comments

Comments
 (0)