Skip to content

Commit

Permalink
fix: remove theme option theme_dev_mode (#167)
Browse files Browse the repository at this point in the history
* ci: recommend GitHub actions extension for VSCode
  • Loading branch information
redeboer authored Mar 31, 2022
1 parent fdb2714 commit fb0b119
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vscode:
extensions:
- bungcip.better-toml
- christian-kohler.path-intellisense
- cschleiden.vscode-github-actions
- davidanson.vscode-markdownlint
- eamodio.gitlens
- editorconfig.editorconfig
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"bungcip.better-toml",
"christian-kohler.path-intellisense",
"cschleiden.vscode-github-actions",
"davidanson.vscode-markdownlint",
"eamodio.gitlens",
"editorconfig.editorconfig",
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb0b119

Please sign in to comment.