Skip to content

Commit

Permalink
DOC: add spin docs and fix minor local doc build issue [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Dec 4, 2024
1 parent bccb9a7 commit 8b4e03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import jinja2.filters
import numpy as np

import pywt

# FIXME: doctests need the str/repr formatting used in Numpy < 1.14.
# Should this be removed or updated?
try:
Expand Down Expand Up @@ -69,7 +71,7 @@
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.

version = importlib.metadata.version('pywavelets')
version = pywt.__version__
release = version

print(f"PyWavelets (VERSION {version})")
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ Environments = [
'spin.cmds.meson.ipython',
'spin.cmds.meson.python',
]
Documentation = ["spin.cmds.meson.docs"]

0 comments on commit 8b4e03e

Please sign in to comment.