mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
17 lines
332 B
Plaintext
17 lines
332 B
Plaintext
|
Test file and literal inclusion
|
||
|
===============================
|
||
|
|
||
|
.. include:: subdir/include.inc
|
||
|
|
||
|
.. literalinclude:: literal.inc
|
||
|
:language: python
|
||
|
|
||
|
.. should give a warning
|
||
|
.. literalinclude:: wrongenc.inc
|
||
|
|
||
|
.. should succeed
|
||
|
.. literalinclude:: wrongenc.inc
|
||
|
:encoding: latin-1
|
||
|
.. include:: wrongenc.inc
|
||
|
:encoding: latin-1
|