sphinx-runpython an extension to execute python code in documentation
.. toctree::
:maxdepth: 1
:caption: Contents
api/index
auto_examples/index
.. toctree::
:maxdepth: 1
:caption: More
CHANGELOGS
license
Sources available on github/sphinx-runpython.
.. runpython::
:showcode:
:warningout: DeprecationWarning, FutureWarning
print("This is executed.")