File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 152152
153153tippy_skip_anchor_classes = ("headerlink" , "sd-stretched-link" , "sd-rounded-pill" )
154154tippy_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
You can’t perform that action at this time.
0 commit comments