Skip to content

Commit 9d1869d

Browse files
authored
📚 DOCS: Add sphinx-tippy RTD URLs (#685)
1 parent 7c9eec1 commit 9d1869d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/conf.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,10 @@
152152

153153
tippy_skip_anchor_classes = ("headerlink", "sd-stretched-link", "sd-rounded-pill")
154154
tippy_anchor_parent_selector = "article.bd-article"
155-
tippy_custom_tips = {
156-
"https://www.sphinx-doc.org/en/master/usage/configuration.html": """
157-
<p>The configuration directory must contain a file named
158-
<code class="file docutils literal notranslate"><span class="pre">conf.py</span></code>.
159-
This file (containing Python code) is called the “build configuration file”
160-
and contains (almost) all configuration needed to customize Sphinx input
161-
and output behavior.</p>
162-
"""
163-
}
155+
tippy_rtd_urls = [
156+
"https://www.sphinx-doc.org/en/master",
157+
"https://markdown-it-py.readthedocs.io/en/latest",
158+
]
164159

165160
# -- LaTeX output -------------------------------------------------
166161

0 commit comments

Comments
 (0)