[doc] Fix building with sphinxcontrib-wavedrom 3.x

sphinxcontrib-wavedrom 3.x uses wavedrom-cli by default, which can't be
installed on ReadTheDocs. Use the wavedrompy library again instead.
This commit is contained in:
Philipp Wagner 2021-05-11 15:31:01 +01:00 committed by Philipp Wagner
parent 252dde8225
commit 71a8763553

View file

@ -42,7 +42,9 @@ extensions = [
'sphinx.ext.todo',
]
# Wavedrom
wavedrom_html_jsinline = False
render_using_wavedrompy = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']