sphinx-execute-code
sphinx-execute-code copied to clipboard
Added :precode: option to hide imports
Added :precode: option to hide imports
Added possibility for precode:
.. execute_code::
:precode: from package import Bla
print(Bla.bla())
https://github.com/jpsenior/sphinx-execute-code/pull/7