diff --git a/docs/conf.py b/docs/conf.py index 761db590..3af7cf54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "mozilla-djando-oidc" +project = "mozilla-django-oidc" copyright = "2016, Mozilla" diff --git a/pyproject.toml b/pyproject.toml index 14ed4720..58291eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,6 @@ build = [ docs = [ "sphinx", "sphinx_rtd_theme", - "readthedocs-sphinx-search", ] dev = [ "mozilla-django-oidc[test,docs,drf,lint,build]",