File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* https://sphinx-tippy.readthedocs.io/en/latest/ */
2
+
3
+ .tippy-box {
4
+ background-color : var (--pst-color-surface );
5
+ color : var (--pst-color-text-base );
6
+ border : 1px solid var (--pst-color-border );
7
+ }
Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ def url(self) -> str:
512
512
'literal_enwiki' : ['literal' , 'enwiki' ],
513
513
'literal_strike' : ['literal' , 'strike' ],
514
514
}
515
+ < << << << HEAD
515
516
516
517
extensions .append ('sphinxcontrib.globalsubs' )
517
518
global_substitutions = {
@@ -544,3 +545,9 @@ def url(self) -> str:
544
545
if D is Deployment .Local :
545
546
# Speed up local incremental HTML build (may cause document inconsistencies).
546
547
extensions .append ('sphinxnotes.fasthtml' )
548
+
549
+ extensions .append ('sphinx_tippy' )
550
+ tippy_rtd_urls = [
551
+ "https://www.sphinx-doc.org/en/master/" ,
552
+ ]
553
+ html_css_files .append ('tippy-custom.css' )
You can’t perform that action at this time.
0 commit comments