File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6767 "sphinx_autodoc_typehints" ,
6868 "conftabs" ,
6969 "sphinx-jsonschema" ,
70+ "sphinx_tippy" ,
7071]
7172
7273# Add any paths that contain templates here, relative to this directory.
9495 "setuptools" : ("https://setuptools.pypa.io/en/latest" , None ),
9596 "hatchling" : ("https://hatch.pypa.io/latest" , None ),
9697}
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" , "python" )
103+ ]
97104
98105nitpick_ignore = [
99106 ("py:class" , "setuptools.dist.Distribution" ),
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ docs = [
9797 " sphinx-copybutton" ,
9898 " sphinx-inline-tabs" ,
9999 " sphinx-jsonschema" ,
100+ " sphinx-tippy" ,
100101]
101102wheel-free-setuptools = [
102103 ' setuptools>=70.1; python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments