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] temp deactivate launch buttons #34040

Merged
merged 1 commit into from
Apr 4, 2023
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
[docs] temp deactivate launch buttons
Signed-off-by: Max Pumperla <[email protected]>
  • Loading branch information
maxpumperla committed Apr 4, 2023
commit fcf02dc4ac9a01d6440f9a852c52784ee3fad382
3 changes: 1 addition & 2 deletions doc/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ sphinx-book-theme==0.3.3
sphinx-external-toc==0.2.3
sphinxcontrib.yt==0.2.2
sphinx-sitemap==2.2.0
sphinx-thebe==0.1.1
autodoc_pydantic==1.6.1
sphinxcontrib-redoc==1.6.0
sphinx-tabs==3.4.0
sphinx-remove-toctrees==0.0.3
autodoc_pydantic==1.6.1

# MyST
myst-parser==0.15.2
Expand Down
12 changes: 0 additions & 12 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"sphinx.ext.coverage",
"sphinx.ext.autosummary",
"sphinx_external_toc",
"sphinx_thebe",
"sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.redoc",
"sphinx_tabs.tabs",
Expand Down Expand Up @@ -104,12 +103,6 @@
"replacements",
]

# Thebe configuration for launching notebook cells within the docs.
thebe_config = {
"selector": "div.highlight",
"repository_url": "https://github.com/ray-project/ray",
"repository_branch": "master",
}

# Cache notebook outputs in _build/.jupyter_cache
# To prevent notebook execution, set this to "off". To force re-execution, set this to "force".
Expand Down Expand Up @@ -266,11 +259,6 @@
"path_to_docs": "doc/source",
"home_page_in_toc": False,
"show_navbar_depth": 1,
"launch_buttons": {
"notebook_interface": "jupyterlab",
"binderhub_url": "https://mybinder.org",
"colab_url": "https://colab.research.google.com",
},
"announcement": "<div class='topnav'></div>",
}

Expand Down
4 changes: 0 additions & 4 deletions doc/source/tune/examples/tune-sklearn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@
"``TuneGridSearchCV`` with a\n",
"[SGDClassifier](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html).\n",
"\n",
"\n",
"```{thebe-button} Activate code examples\n",
"```\n",
"\n",
"To start out, change the import the modules required for this example:"
]
},
Expand Down