We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ab785 + e3856ac commit 6822165Copy full SHA for 6822165
template/docs/conf.py.jinja
@@ -5,8 +5,6 @@ import os
5
import sys
6
from importlib.metadata import version as get_version
7
8
-{% if namespace_package %}from {{namespace_package}} {% endif %}import {{ projectname.removeprefix(namespace_package) }}
9
-
10
sys.path.insert(0, os.path.abspath('.'))
11
12
# General information about the project.
0 commit comments