Skip to content

Commit dba2e07

Browse files
authored
fix typo and remove deprecated Sphinx package (#574)
1 parent 10ed556 commit dba2e07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# -- Project information -----------------------------------------------------
2727
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
2828

29-
project = "mozilla-djando-oidc"
29+
project = "mozilla-django-oidc"
3030
copyright = "2016, Mozilla"
3131

3232

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ build = [
7373
docs = [
7474
"sphinx",
7575
"sphinx_rtd_theme",
76-
"readthedocs-sphinx-search",
7776
]
7877
dev = [
7978
"mozilla-django-oidc[test,docs,drf,lint,build]",

0 commit comments

Comments
 (0)