mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Close #7849: html: Add html_codeblock_linenos_style
This commit is contained in:
0
tests/roots/test-reST-code-block/conf.py
Normal file
0
tests/roots/test-reST-code-block/conf.py
Normal file
7
tests/roots/test-reST-code-block/index.rst
Normal file
7
tests/roots/test-reST-code-block/index.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
.. code-block::
|
||||
:linenos:
|
||||
|
||||
def hello(name)
|
||||
print("hello", name)
|
||||
|
||||
hello("Sphinx")
|
||||
Reference in New Issue
Block a user