mirror of https://github.com/YosysHQ/yosys.git
RTDs: Fail on warning
Fix outstanding sphinx warnings; - Change mycells.lib to use `text` parsing instead of (currently) unsupported `Liberty`. - Remove unused `troubleshooting.rst`, moving the todo into the index.
This commit is contained in:
parent
ecff434886
commit
840c515ffc
|
@ -13,6 +13,7 @@ formats:
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/source/conf.py
|
configuration: docs/source/conf.py
|
||||||
|
fail_on_warning: true
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -3,6 +3,8 @@ More scripting
|
||||||
|
|
||||||
.. todo:: brief overview for the more scripting index
|
.. todo:: brief overview for the more scripting index
|
||||||
|
|
||||||
|
.. todo:: troubleshooting document(?)
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
Troubleshooting
|
|
||||||
~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. todo:: troubleshooting document(?)
|
|
||||||
|
|
||||||
See :doc:`/cmd/bugpoint`
|
|
|
@ -90,8 +90,10 @@ Mapping to hardware
|
||||||
For this example, we are using a Liberty file to describe a cell library which
|
For this example, we are using a Liberty file to describe a cell library which
|
||||||
our internal cell library will be mapped to:
|
our internal cell library will be mapped to:
|
||||||
|
|
||||||
|
.. todo:: find a Liberty pygments style?
|
||||||
|
|
||||||
.. literalinclude:: /code_examples/intro/mycells.lib
|
.. literalinclude:: /code_examples/intro/mycells.lib
|
||||||
:language: Liberty
|
:language: text
|
||||||
:linenos:
|
:linenos:
|
||||||
:name: mycells-lib
|
:name: mycells-lib
|
||||||
:caption: :file:`mycells.lib`
|
:caption: :file:`mycells.lib`
|
||||||
|
|
Loading…
Reference in New Issue