Skip to content

Commit

Permalink
Upgrade docs to docsearch v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Apr 15, 2022
1 parent d9519a3 commit 406f58e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_static_path = ['static']
html_theme_options = {
'docsearch_api_key': 'e2522266be34dfb8a0044c09cbf4c8b3',
'docsearch_api_key': '25a25b5f5310f306641f9ce07dcb06eb',
'docsearch_app_id': 'XXGX6EX4KA',
'docsearch_index_name': 'pyinfra',
'plausible_domain': 'docs.pyinfra.com',
'plausible_stats_domain': 'stats.oxygem.com',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
)

DOCS_REQUIRES = (
'pyinfra-guzzle_sphinx_theme==0.12',
'pyinfra-guzzle_sphinx_theme==0.13',
'recommonmark==0.5.0',
'sphinx==2.2.1',
# Pinned to fix: https://github.com/sphinx-doc/sphinx/issues/9727
Expand Down

0 comments on commit 406f58e

Please sign in to comment.