Skip to content

Commit a74d344

Browse files
committed
Fix tickbox rendering
1 parent b1e9bb9 commit a74d344

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ git+https://github.com/SymbiFlow/sphinx_materialdesign_theme.git#egg=sphinx-symb
22

33
docutils
44
sphinx
5-
sphinx-autobuild
65
sphinxcontrib-wavedrom

docs/source/index.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -292,24 +292,23 @@ Run XOR check,
292292
Checklist for Open-MPW Submission
293293
=================================
294294

295+
| :octicon:`checkbox` The project repo adheres to the same directory structure in this repo.
295296
296-
|:heavy_check_mark:| The project repo adheres to the same directory structure in this repo.
297-
298-
|:heavy_check_mark:| The project repo contain info.yaml at the project root.
297+
| :octicon:`checkbox` The project repo contain info.yaml at the project root.
299298
300-
|:heavy_check_mark:| Top level macro is named ``user_analog_project_wrapper``.
299+
| :octicon:`checkbox` Top level macro is named ``user_analog_project_wrapper``.
301300
302-
|:heavy_check_mark:| Full Chip Simulation passes for RTL and GL (gate-level)
301+
| :octicon:`checkbox` Full Chip Simulation passes for RTL and GL (gate-level)
303302
304-
|:heavy_check_mark:| The project contains a spice netlist for the ``user_analog_project_wrapper`` at netgen/user_analog_project_wrapper.spice
303+
| :octicon:`checkbox` The project contains a spice netlist for the ``user_analog_project_wrapper`` at netgen/user_analog_project_wrapper.spice
305304
306-
|:heavy_check_mark:| The hardened Macros are LVS and DRC clean
305+
| :octicon:`checkbox` The hardened Macros are LVS and DRC clean
307306
308-
|:heavy_check_mark:| The ``user_analog_project_wrapper`` adheres to empty wrapper template order specified at `user_analog_project_wrapper_empty <https://github.com/efabless/caravel/blob/master/mag/user_analog_project_wrapper_empty.mag>`__
307+
| :octicon:`checkbox` The ``user_analog_project_wrapper`` adheres to empty wrapper template order specified at `user_analog_project_wrapper_empty <https://github.com/efabless/caravel/blob/master/mag/user_analog_project_wrapper_empty.mag>`__
309308
310-
|:heavy_check_mark:| XOR check passes with zero total difference.
309+
| :octicon:`checkbox` XOR check passes with zero total difference.
311310
312-
|:heavy_check_mark:| Open-MPW-Precheck tool runs successfully.
311+
| :octicon:`checkbox` Open-MPW-Precheck tool runs successfully.
313312
314313

315314
.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg

0 commit comments

Comments
 (0)