From 1ed5dc77d387104136522b9ffc0ec804ecefccd6 Mon Sep 17 00:00:00 2001 From: rohanbabbar04 Date: Sun, 16 Jun 2024 09:37:08 +0530 Subject: [PATCH] Remove thebe conf and dependency --- docs/conf.py | 8 -------- environment-docs.yml | 1 - requirements-docs.txt | 1 - 3 files changed, 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 424ddcd6..6023cf64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,6 @@ "sphinx.ext.napoleon", "sphinx.ext.mathjax", "sphinx_copybutton", - "sphinx_thebe", "myst_nb", "matplotlib.sphinxext.plot_directive", "sphinx_tabs.tabs", @@ -57,13 +56,6 @@ nb_execution_mode = "off" myst_enable_extensions = ["colon_fence", "deflist"] -thebe_config = { - "always_load": True, - "repository_url": "https://github.com/arviz-devs/arviz_sandbox", - "repository_branch": "main", - "selector": "div.highlight-ipython3", -} - autodoc_default_options = { "inherited-members": True, } diff --git a/environment-docs.yml b/environment-docs.yml index c586efd9..9fd8a131 100644 --- a/environment-docs.yml +++ b/environment-docs.yml @@ -17,6 +17,5 @@ dependencies: - pydata-sphinx-theme>=0.6.3 - myst-nb - sphinx>=4 - - sphinx-thebe - sphinx-copybutton - sphinx-tabs diff --git a/requirements-docs.txt b/requirements-docs.txt index 595c8934..2c98534e 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,6 +1,5 @@ pydata-sphinx-theme>=0.6.3 myst-nb sphinx>=4 -sphinx_thebe sphinx-copybutton sphinx_tabs