mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
17 lines
203 B
ReStructuredText
17 lines
203 B
ReStructuredText
|
force option
|
||
|
============
|
||
|
|
||
|
.. code:: python
|
||
|
:force:
|
||
|
|
||
|
not a python script!
|
||
|
|
||
|
.. code-block:: python
|
||
|
:force:
|
||
|
|
||
|
not a python script!
|
||
|
|
||
|
.. literalinclude:: error.inc
|
||
|
:language: python
|
||
|
:force:
|