Skip to content

Commit

Permalink
FIX: remove thebe and launch buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 30, 2024
1 parent 20c6644 commit 0156f7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
16 changes: 0 additions & 16 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

from sphinx_api_relink.helpers import get_execution_mode
from sphinx_api_relink.linkcode import (
_get_commit_sha, # pyright:ignore[reportPrivateUsage]
)
Expand Down Expand Up @@ -35,7 +34,6 @@
"sphinx_copybutton",
"sphinx_design",
"sphinx_pybtex_etal_style",
"sphinx_thebe",
"sphinx_togglebutton",
"sphinxcontrib.bibtex",
]
Expand All @@ -51,13 +49,6 @@
html_sourcelink_suffix = ""
html_theme = "sphinx_book_theme"
html_theme_options = {
"launch_buttons": {
"binderhub_url": "https://mybinder.org",
"colab_url": "https://colab.research.google.com",
"notebook_interface": "jupyterlab",
"thebe": True,
"thebelab": True,
},
"path_to_docs": "docs",
"repository_url": f"https://github.com/redeboer/{REPO_NAME}",
"repository_branch": BRANCH,
Expand Down Expand Up @@ -97,18 +88,11 @@
"smartquotes",
]
myst_update_mathjax = False
nb_execution_mode = get_execution_mode()
nb_execution_timeout = -1
nb_output_stderr = "remove"
nitpicky = True # warn if cross-references are missing
panels_add_bootstrap_css = False # remove panels css to get wider main content
primary_domain = "py"
project = "BESIII Offline Software System"
pygments_style = "sphinx"
thebe_config = {
"repository_url": html_theme_options["repository_url"],
"repository_branch": html_theme_options["repository_branch"],
}
todo_include_todos = True
suppress_warnings = [
"myst.domains",
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ doc = [
"sphinx-copybutton",
"sphinx-design",
"sphinx-pybtex-etal-style",
"sphinx-thebe",
"sphinx-togglebutton",
"sphinxcontrib-bibtex >=2",
]
Expand Down
16 changes: 0 additions & 16 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0156f7a

Please sign in to comment.