Skip to content

Commit

Permalink
📚 DOCS: Add sphinx-tippy RTD URLs (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 15, 2023
1 parent 7c9eec1 commit 9d1869d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,10 @@

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

# -- LaTeX output -------------------------------------------------

Expand Down

0 comments on commit 9d1869d

Please sign in to comment.