Skip to content

Commit

Permalink
docs: Fix search feature (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoadec authored Feb 13, 2023
1 parent e12f4d3 commit b05b901
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
# Toc options
"collapse_navigation": False,
"includehidden": False,
# Q-CTRL Sphinx Theme options.
"docsearch_api_key": "08c69ce3179bc7b1674919d9aba36fae",
"docsearch_app_id": "21BIPDHNCR",
"docsearch_index_name": "dev.docs.q-ctrl.com",
"segment_write_key": "1U3lCPScREFDrSg6648L978jF9lB0LAM",
}

# Option to automatically generate summaries.
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ mypy = "^0.991"
pytest = "^7.0"
pylint = "^2.16.1"
sphinx = "^5.0.0"
qctrl-sphinx-theme = "~0.1.1"
qctrl-sphinx-theme = "~0.1.2"
isort = "^5.7.0"
pre-commit = "^2.9.3"

Expand Down

0 comments on commit b05b901

Please sign in to comment.