File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- SPHINXOPTS = -t ReadTheDocs
5
+ SPHINXOPTS =
6
6
SPHINXBUILD = sphinx-build
7
7
PAPER =
8
8
BUILDDIR = _build
Original file line number Diff line number Diff line change @@ -381,6 +381,5 @@ def setup(app):
381
381
'github_code_repo' : github_code_repo ,
382
382
'enable_math' : True ,
383
383
'enable_inline_math' : True ,
384
- 'enable_eval_rst' : True ,
385
384
}, True )
386
385
app .add_stylesheet ('css/vtr.css' )
Original file line number Diff line number Diff line change 1
- Odin_II
2
- =======
1
+ .. _odin_II :
2
+
3
+ ###########
4
+ Odin II
5
+ ###########
3
6
4
7
Odin II is used for logic synthesis and elaboration, converting a subset of the Verilog Hardware Description Language (HDL) into a BLIF netlist.
5
8
You can’t perform that action at this time.
0 commit comments