Skip to content

Commit

Permalink
[docs] temp deactivate launch buttons (#34040)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla committed Apr 4, 2023
1 parent abe4f97 commit ecaf6ab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
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

0 comments on commit ecaf6ab

Please sign in to comment.