Skip to content

Commit 08b580a

Browse files
committed
Use different wavedrom lib, use fork for custom Python version
1 parent 190ebb6 commit 08b580a

File tree

3 files changed

+38
-199
lines changed

3 files changed

+38
-199
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sphinx.ext.autodoc",
1818
"sphinx.ext.napoleon",
1919
"sphinx.ext.viewcode",
20-
"sphinxcontrib-wavedrom",
20+
"sphinxcontrib.yowasp_wavedrom",
2121
]
2222

2323
templates_path = ["_templates"]

docs/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies = [
1212
"sphinx-autobuild>=2024.10.3",
1313
"codespell>=2.3.0",
1414
"sphinx-copybutton>=0.5.2",
15-
"sphinxcontrib-wavedrom>=3.0.4",
15+
"sphinxcontrib-yowasp-wavedrom@git+https://github.com/matiasilva/sphinxcontrib-wavedrom.git@main",
1616
]

0 commit comments

Comments
 (0)