Skip to content

Commit 7a5d152

Browse files
authored
Merge pull request #37 from daniellimws/sphinx-warnings
Fix sphinx warnings
2 parents 8a7dc5c + 7695004 commit 7a5d152

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Sphinx integration
3636
In your conf.py, add the following lines.
3737

3838
.. code-block:: python
39+
3940
extensions = [
4041
...,
4142
'sphinxcontrib_verilog_diagrams',
@@ -66,9 +67,9 @@ Options
6667

6768
`:type:` - Verilog Diagram Types;
6869

69-
* `yosys-blackbox` - Netlist rendered by Yosys.
70-
* `yosys-aig` - Verilog file run through `aigmap` before image is generated directly in Yosys.
71-
* `netlistsvg` - Render output with `netlistsvg <https://github.com/nturley/netlistsvg>`_
70+
- `yosys-blackbox` - Netlist rendered by Yosys.
71+
- `yosys-aig` - Verilog file run through `aigmap` before image is generated directly in Yosys.
72+
- `netlistsvg` - Render output with `netlistsvg <https://github.com/nturley/netlistsvg>`_
7273

7374
`:module:` - Which module to diagram.
7475

@@ -81,7 +82,7 @@ Single DFF
8182
----------
8283

8384
Verilog Code Block (with license header)
84-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8586

8687
RST Directive
8788
+++++++++++++
@@ -103,7 +104,7 @@ Result
103104
:caption: verilog/dff.v
104105

105106
Verilog Code Block (without license header)
106-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107108

108109
RST Directive
109110
+++++++++++++

0 commit comments

Comments
 (0)