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 dd30168 commit 6e1cd44Copy full SHA for 6e1cd44
1 file changed
docs/conf.py
@@ -18,9 +18,13 @@
18
from pybtex.style.formatting.unsrt import Style as UnsrtStyle
19
from pybtex.style.template import field, href
20
21
-ROOT = Path(__file__).parent.parent.resolve()
+if TYPE_CHECKING:
22
+ from pybtex.database import Entry
23
+ from pybtex.richtext import HRef
24
25
26
+ROOT = Path(__file__).parent.parent.resolve()
27
+
28
try:
29
version = metadata.version("mqt.bench")
30
except ModuleNotFoundError:
@@ -29,9 +33,6 @@
33
34
# Filter git details from version
31
35
release = version.split("+")[0]
32
-if TYPE_CHECKING:
- from pybtex.database import Entry
- from pybtex.richtext import HRef
36
37
project = "MQT Bench"
38
author = "Chair for Design Automation, TUM & Munich Quantum Software Company"
0 commit comments