Skip to content

Commit 29c1a60

Browse files
author
emacdo12
committed
Last touches
1 parent 706ccc7 commit 29c1a60

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -t ReadTheDocs
5+
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build

doc/src/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,5 @@ def setup(app):
381381
'github_code_repo': github_code_repo,
382382
'enable_math': True,
383383
'enable_inline_math': True,
384-
'enable_eval_rst': True,
385384
}, True)
386385
app.add_stylesheet('css/vtr.css')

doc/src/odin/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Odin_II
2-
=======
1+
.. _odin_II:
2+
3+
###########
4+
Odin II
5+
###########
36

47
Odin II is used for logic synthesis and elaboration, converting a subset of the Verilog Hardware Description Language (HDL) into a BLIF netlist.
58

0 commit comments

Comments
 (0)