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:
|
||||
configuration: docs/source/conf.py
|
||||
fail_on_warning: true
|
||||
|
||||
python:
|
||||
install:
|
||||
|
|
|
@ -3,6 +3,8 @@ More scripting
|
|||
|
||||
.. todo:: brief overview for the more scripting index
|
||||
|
||||
.. todo:: troubleshooting document(?)
|
||||
|
||||
.. toctree::
|
||||
: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
|
||||
our internal cell library will be mapped to:
|
||||
|
||||
.. todo:: find a Liberty pygments style?
|
||||
|
||||
.. literalinclude:: /code_examples/intro/mycells.lib
|
||||
:language: Liberty
|
||||
:language: text
|
||||
:linenos:
|
||||
:name: mycells-lib
|
||||
:caption: :file:`mycells.lib`
|
||||
|
|
Loading…
Reference in New Issue