Skip to content

Commit fa27142

Browse files
Merge pull request #250 from adamtheturtle/wav-support
Add example WAV file to sample
2 parents e08c165 + fca92c6 commit fa27142

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
*.jpeg filter=lfs diff=lfs merge=lfs -text
55
*.mp3 filter=lfs diff=lfs merge=lfs -text
66
*.mp4 filter=lfs diff=lfs merge=lfs -text
7+
*.wav filter=lfs diff=lfs merge=lfs -text
78
* text=auto eol=lf

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"sphinx-toolbox>=4.0.0",
4141
"sphinxcontrib-video>=0.4.0",
4242
"sphinxnotes-strike>=1.3",
43-
"ultimate-notion>=0.9.2",
43+
"ultimate-notion>=0.9.3",
4444
]
4545
optional-dependencies.dev = [
4646
"actionlint-py==1.7.7.23",

sample/_static/test-audio.wav

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:822e7aef5ac028d8cf5565420b59a1f3286a0af6fa17d6f0c617151a1f386507
3+
size 948290

sample/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,7 @@ Simple Audio
351351
Local Audio Example
352352
~~~~~~~~~~~~~~~~~~~
353353

354-
Blocked on https://github.com/ultimate-notion/ultimate-notion/issues/127.
355-
356-
.. .. audio:: _static/test-audio.wav
354+
.. audio:: _static/test-audio.wav
357355

358356
PDF Support
359357
~~~~~~~~~~~~

0 commit comments

Comments
 (0)