File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 67
67
"sphinx_autodoc_typehints" ,
68
68
"conftabs" ,
69
69
"sphinx-jsonschema" ,
70
+ "sphinx_tippy" ,
70
71
]
71
72
72
73
# Add any paths that contain templates here, relative to this directory.
94
95
"setuptools" : ("https://setuptools.pypa.io/en/latest" , None ),
95
96
"hatchling" : ("https://hatch.pypa.io/latest" , None ),
96
97
}
98
+ tippy_rtd_urls = [
99
+ val [0 ]
100
+ for key , val in intersphinx_mapping .items ()
101
+ # Only works with RTD hosted intersphinx
102
+ if key not in ("hatchling" ,)
103
+ ]
97
104
98
105
nitpick_ignore = [
99
106
("py:class" , "setuptools.dist.Distribution" ),
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ docs = [
97
97
" sphinx-copybutton" ,
98
98
" sphinx-inline-tabs" ,
99
99
" sphinx-jsonschema" ,
100
+ " sphinx-tippy" ,
100
101
]
101
102
wheel-free-setuptools = [
102
103
' setuptools>=70.1; python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments