mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -04:00
[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:
parent
252dde8225
commit
71a8763553
1 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue