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 306a8aa commit a9d3506Copy full SHA for a9d3506
1 file changed
doc/conf.py
@@ -2,9 +2,6 @@
2
import os
3
import sys
4
5
-# to gather version information
6
-import discid
7
-
8
sys.path.insert(0, os.path.abspath(".")) # for extensions
9
sys.path.insert(0, os.path.abspath("..")) # for the code
10
@@ -18,9 +15,15 @@ def __call__(self, *args):
18
15
def __getattr__(cls, name):
19
16
return Mock()
20
17
+ def discid_get_version_string(self):
+ return ""
+
21
22
ctypes.cdll.LoadLibrary = Mock() # type: ignore
23
24
+# to gather version information
25
+import discid # noqa: E402
26
27
# -- General configuration -----------------------------------------------------
28
29
needs_sphinx = "1.0"
0 commit comments