Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Open external links in new tab #4966

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading