Skip to content

Commit

Permalink
docs: Open external links in new tab (#4966)
Browse files Browse the repository at this point in the history
Resolves: #4909

Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness authored Mar 27, 2024
1 parent ed715d6 commit 5de1a02
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
# custom extensions
"auto_examples",
"import_projects",
"sphinx_new_tab_link"
]

source_suffix = {
Expand Down
22 changes: 22 additions & 0 deletions monodocs-environment.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18088,6 +18088,28 @@ package:
sha256: 2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04
category: main
optional: false
- name: sphinx-new-tab-link
version: 0.2.3
manager: pip
platform: linux-64
dependencies:
sphinx: '*'
url: https://files.pythonhosted.org/packages/23/b4/8269282568ac9e26dbefdbdb642e89b8f2b211ef9f5f00f50a466c05f0b6/sphinx_new_tab_link-0.2.3-py3-none-any.whl
hash:
sha256: 2321b633170d8e33acae8afb96b3d7d9a8b3f081271987ae12a53151e2a0ab56
category: main
optional: false
- name: sphinx-new-tab-link
version: 0.2.3
manager: pip
platform: osx-arm64
dependencies:
sphinx: '*'
url: https://files.pythonhosted.org/packages/23/b4/8269282568ac9e26dbefdbdb642e89b8f2b211ef9f5f00f50a466c05f0b6/sphinx_new_tab_link-0.2.3-py3-none-any.whl
hash:
sha256: 2321b633170d8e33acae8afb96b3d7d9a8b3f081271987ae12a53151e2a0ab56
category: main
optional: false
- name: sphinxcontrib-video
version: 0.2.0
manager: pip
Expand Down
1 change: 1 addition & 0 deletions monodocs-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dependencies:
- ray==2.6.3
- duckdb
- aioboto3>=12.3.0 # aws sagemaker inference
- sphinx-new-tab-link

platforms:
- linux-64
Expand Down

0 comments on commit 5de1a02

Please sign in to comment.