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 69681ca commit 75e7fc9Copy full SHA for 75e7fc9
1 file changed
docs/source/conf.py
@@ -39,7 +39,7 @@ def on_build_finished(app, exception):
39
app: The Sphinx application object.
40
exception: Exception raised during build, if any.
41
"""
42
- from sitemap import generate_sitemap
+ from .sitemap import generate_sitemap
43
from duck.logging import console
44
45
if exception is not None:
0 commit comments