We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055c220 commit f876616Copy full SHA for f876616
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