Skip to content

Commit 4ac97ec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d4ed30f commit 4ac97ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import sys
1515

1616
import django
17-
import sphinx_rtd_theme
1817

1918
# If extensions (or modules to document with autodoc) are in another directory,
2019
# add these directories to sys.path here. If the directory is relative to the
@@ -273,7 +272,7 @@
273272
"https://docs.djangoproject.com/en/stable",
274273
"https://docs.djangoproject.com/en/stable/_objects/",
275274
),
276-
"python": ('https://docs.python.org/3', None)
275+
"python": ("https://docs.python.org/3", None),
277276
}
278277

279278
# autodoc settings

0 commit comments

Comments
 (0)