diff --git a/requirements.txt b/requirements.txt index 8976f8f..9d7f943 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/source/conf.py b/source/conf.py index 53b33f1..79cab71 100644 --- a/source/conf.py +++ b/source/conf.py @@ -36,7 +36,8 @@ extensions = [ 'sdcdomain', 'archdomain', 'rrgraphdomain', - 'recommonmark' + 'recommonmark', + 'sphinx_verilog_domain' ] numfig = True