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.
spin docs
1 parent bccb9a7 commit 8b4e03eCopy full SHA for 8b4e03e
doc/source/conf.py
@@ -16,6 +16,8 @@
16
import jinja2.filters
17
import numpy as np
18
19
+import pywt
20
+
21
# FIXME: doctests need the str/repr formatting used in Numpy < 1.14.
22
# Should this be removed or updated?
23
try:
@@ -69,7 +71,7 @@
69
71
# The default replacements for |version| and |release|, also used in various
70
72
# other places throughout the built documents.
73
-version = importlib.metadata.version('pywavelets')
74
+version = pywt.__version__
75
release = version
76
77
print(f"PyWavelets (VERSION {version})")
pyproject.toml
@@ -94,3 +94,4 @@ Environments = [
94
'spin.cmds.meson.ipython',
95
'spin.cmds.meson.python',
96
]
97
+Documentation = ["spin.cmds.meson.docs"]
0 commit comments