Skip to content

Commit 66c6927

Browse files
committed
Fixing issue with tabs library.
1 parent aec056c commit 66c6927

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sphinx_sitemap==2.7.1
1212
sphinxcontrib-mermaid==1.0.0
1313
sphinxcontrib.katex==0.9.10
1414
sphinx-hoverxref==1.4.1
15+
sphinx-tabs
1516
pypandoc==1.15
1617
pandocfilters==1.5.1
1718
markdown==3.8.2

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def wrapper(*args, **kwargs):
154154
}
155155
hoverxref_tooltip_maxwidth = 600
156156
hoverxref_tooltip_theme = ["tooltipster-shadow", "tooltipster-shadow-custom"]
157+
hoverxref_sphinxtabs = True # Enable sphinx-tabs integration
157158

158159
intersphinx_mapping = {
159160
"torch": ("https://docs.pytorch.org/docs/stable/", None),

0 commit comments

Comments
 (0)