File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4040 "sphinx_design" ,
4141 "sphinx_favicon" ,
4242 "sphinxcontrib.mermaid" ,
43- # "nbsphinx",
44- # "myst_parser",
4543 "myst_nb" ,
44+ "sphinx_docsearch" ,
4645]
4746
47+ # The API key is a search-only key, so it is safe to expose in public repositories.
48+ # but some tools won't happy about having a "api_key" in the public repo,
49+ # so we load from the environment variable.
50+ docsearch_app_id = "MMXVFW6EQH"
51+ docsearch_api_key = os .environ .get ("DOCSEARCH_API_KEY" , "" )
52+ docsearch_index_name = "evox"
53+
4854autodoc2_packages = [
4955 "../../src/evox" ,
5056]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ docs = [
5959 " sphinx_copybutton" ,
6060 " sphinx_design" ,
6161 " sphinx-favicon" ,
62+ " sphinx-docsearch" ,
6263 " sphinxcontrib-mermaid" ,
6364 " polib" ,
6465]
You can’t perform that action at this time.
0 commit comments