Skip to content

Commit b2be164

Browse files
authored
Merge pull request #101 from pymc-labs/hotfix
HOTFIX: attempt to get syntax highlighting in remote readthedocs build working again
2 parents 72d6fce + d7a3920 commit b2be164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

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

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

0 commit comments

Comments
 (0)