Skip to content

Commit b05b901

Browse files
authored
docs: Fix search feature (#260)
1 parent e12f4d3 commit b05b901

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

docs/conf.py

-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
# Toc options
103103
"collapse_navigation": False,
104104
"includehidden": False,
105-
# Q-CTRL Sphinx Theme options.
106-
"docsearch_api_key": "08c69ce3179bc7b1674919d9aba36fae",
107-
"docsearch_app_id": "21BIPDHNCR",
108-
"docsearch_index_name": "dev.docs.q-ctrl.com",
109-
"segment_write_key": "1U3lCPScREFDrSg6648L978jF9lB0LAM",
110105
}
111106

112107
# Option to automatically generate summaries.

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mypy = "^0.991"
7676
pytest = "^7.0"
7777
pylint = "^2.16.1"
7878
sphinx = "^5.0.0"
79-
qctrl-sphinx-theme = "~0.1.1"
79+
qctrl-sphinx-theme = "~0.1.2"
8080
isort = "^5.7.0"
8181
pre-commit = "^2.9.3"
8282

0 commit comments

Comments
 (0)