Skip to content

Commit 75e7fc9

Browse files
committed
Small updates
1 parent 69681ca commit 75e7fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def on_build_finished(app, exception):
3939
app: The Sphinx application object.
4040
exception: Exception raised during build, if any.
4141
"""
42-
from sitemap import generate_sitemap
42+
from .sitemap import generate_sitemap
4343
from duck.logging import console
4444

4545
if exception is not None:

0 commit comments

Comments
 (0)