From fb0b1193ea5a5e4e9f0b3872399e5632c0d88158 Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Thu, 31 Mar 2022 11:11:07 +0200 Subject: [PATCH] fix: remove theme option theme_dev_mode (#167) * ci: recommend GitHub actions extension for VSCode --- .gitpod.yml | 1 + .vscode/extensions.json | 1 + .vscode/settings.json | 5 +++++ docs/conf.py | 1 - 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index bbcb2786..12c9a00a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -15,6 +15,7 @@ vscode: extensions: - bungcip.better-toml - christian-kohler.path-intellisense + - cschleiden.vscode-github-actions - davidanson.vscode-markdownlint - eamodio.gitlens - editorconfig.editorconfig diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 890c2761..a8980d6e 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,7 @@ "recommendations": [ "bungcip.better-toml", "christian-kohler.path-intellisense", + "cschleiden.vscode-github-actions", "davidanson.vscode-markdownlint", "eamodio.gitlens", "editorconfig.editorconfig", diff --git a/.vscode/settings.json b/.vscode/settings.json index dfca8a18..dd782f6d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,11 @@ "**/.tox/**": true }, "git.rebaseWhenSync": true, + "github-actions.workflows.pinned.workflows": [ + ".github/workflows/linkcheck.yml", + ".github/workflows/ci-tests.yml", + ".github/workflows/ci-docs.yml" + ], "json.schemas": [ { "fileMatch": ["*particle*.json"], diff --git a/docs/conf.py b/docs/conf.py index 39b3a95f..27050282 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -223,7 +223,6 @@ def fetch_logo(url: str, output_path: str) -> None: }, "show_navbar_depth": 2, "show_toc_level": 2, - "theme_dev_mode": True, } html_title = "Quantum number conservation rules" panels_add_bootstrap_css = False # wider page width with sphinx-panels