Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
I think this will fix rtd build
  • Loading branch information
OriolAbril authored Nov 17, 2023
1 parent 0477373 commit c3f219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
nb_execution_excludepatterns = ["*.ipynb"]
nb_kernel_rgx_aliases = {".*": "python3"}
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath"]
myst_heading_anchors = None
myst_heading_anchors = 0

# intersphinx configuration to ease linking arviz docs
intersphinx_mapping = {
Expand Down

0 comments on commit c3f219c

Please sign in to comment.