Skip to content

Commit f876616

Browse files
committed
no need to import projectname
1 parent 055c220 commit f876616

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/docs/conf.py.jinja

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import os
55
import sys
66
from importlib.metadata import version as get_version
77

8-
{% if namespace_package %}from {{namespace_package}} {% endif %}import {{ projectname.removeprefix(namespace_package) }}
9-
108
sys.path.insert(0, os.path.abspath('.'))
119

1210
# General information about the project.

0 commit comments

Comments
 (0)