Skip to content

Commit fe75dc1

Browse files
committed
feat: open external links in a new tab
1 parent 86a4cac commit fe75dc1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ sphinx==7.2.6
77
sphinx-contributors==0.2.7
88
sphinx-copybutton==0.5.2
99
# sphinx-design==0.5.0
10+
sphinx-new-tab-link==0.2.2
1011
sphinx-tabs==3.4.5
1112
sphinx-togglebutton==0.3.2

Diff for: sources/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"sphinx.ext.intersphinx",
2424
"sphinx.ext.todo",
2525
# "sphinx_design",
26+
"sphinx_new_tab_link",
2627
"sphinx_tabs.tabs",
2728
"sphinx_togglebutton",
2829
]

0 commit comments

Comments
 (0)