mgedmin / restview

ReStructuredText viewer

Home Page:https://pypi.python.org/pypi/restview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code blocks do not support the :linenos: directive

SteelBlueVision opened this issue · comments

Please look at the following site for examples: Directives/Showing Code Examples @ sphinx-doc.org

E.g.:

.. code-block:: python
   :linenos:

print("Hello World")

Is that a Sphinx extension? See #35.