Releases: spacemanspiff2007/sphinx-exec-code
Releases · spacemanspiff2007/sphinx-exec-code
v0.15
v0.14
- Add support for all options from code block
- Reworked how blocks and options are processed
- Dedent code and output automatically
v0.13
CI & Publish for Python 3.13
v0.12
Error when providing invalid formatting options
v0.11
Updated CI and ruff fixes
v0.10
Fixed a bug when no code was shown/executed
v0.9
If the whole shown code block is indented the indention is removed
v0.8
- Renamed
exec_code_folders
toexec_code_source_folders
- Changed type of parameter to specify stdout to a flag
- Changed default for config parameter that sets encoding
- Dropped support for Python 3.7
v0.7
- Added config parameter to specify stdout encoding
- Only empty lines of the output get trimmed
v0.6
- Fixed an issue where the line numbers for error messages were not correct