Add sphinx-verilog-domain to Sphinx configuration

Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
Robert Winkler 2020-09-10 19:27:35 +02:00
parent dec11825ae
commit d8d96ff3ab
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Sphinx==3.0.4
git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme
git+http://github.com/SymbiFlow/sphinx-verilog-domain
sphinx-markdown-tables==0.0.12
breathe==4.18.1
symbolator==1.0.2

View File

@ -36,7 +36,8 @@ extensions = [
'sdcdomain',
'archdomain',
'rrgraphdomain',
'recommonmark'
'recommonmark',
'sphinx_verilog_domain'
]
numfig = True