We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbf8cf commit 43aa9dfCopy full SHA for 43aa9df
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sphinx-docsearch"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "A Sphinx extension for replacing the built-in search with Algolia DocSearch"
5
authors = ["Algolia"]
6
license = "MIT"
tests/test_config.py
@@ -11,7 +11,7 @@
11
12
def test_returns_version() -> None:
13
"""It returns the correct version."""
14
- assert sphinx_docsearch.__version__ == "0.0.1"
+ assert sphinx_docsearch.__version__ == "0.0.2"
15
16
17
@pytest.mark.sphinx("html", confoverrides={"extensions": ["sphinx_docsearch"]})
0 commit comments