Skip to content

Commit 1386a7e

Browse files
committed
Update conf.py
1 parent 296ad89 commit 1386a7e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@
197197
tippy_skip_anchor_classes = ("headerlink", "sd-stretched-link", "sd-rounded-pill")
198198
tippy_anchor_parent_selector = "article.bd-article"
199199
tippy_rtd_urls = [
200-
"https://www.sphinx-doc.org/en/master",
201-
"https://markdown-it-py.readthedocs.io/en/latest",
200+
# TODO these are failing the build: Expecting value: line 1 column 1 (char 0)
201+
# "https://www.sphinx-doc.org/en/master",
202+
# "https://markdown-it-py.readthedocs.io/en/latest",
202203
]
203204
# TODO failing
204205
tippy_enable_wikitips = False

0 commit comments

Comments
 (0)