Skip to content

Releases: spacemanspiff2007/sphinx-exec-code

v0.13

15 Oct 12:55
1c46b7c
Compare
Choose a tag to compare

CI & Publish for Python 3.13

v0.12

09 Jan 16:03
88c9438
Compare
Choose a tag to compare

Error when providing invalid formatting options

v0.11

09 Jan 15:11
Compare
Choose a tag to compare

Updated CI and ruff fixes

v0.10

13 Feb 14:42
6526245
Compare
Choose a tag to compare

Fixed a bug when no code was shown/executed

v0.9

08 Feb 09:37
7a064c4
Compare
Choose a tag to compare

If the whole shown code block is indented the indention is removed

v0.8

18 Jul 10:24
Compare
Choose a tag to compare
  • Renamed exec_code_folders to exec_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

15 Jul 09:19
Compare
Choose a tag to compare
  • Added config parameter to specify stdout encoding
  • Only empty lines of the output get trimmed

v0.6

04 Apr 06:32
Compare
Choose a tag to compare
  • Fixed an issue where the line numbers for error messages were not correct

v0.5

10 Mar 07:02
Compare
Choose a tag to compare

Mark as safe for parallel reading

v0.4

09 Mar 05:48
Compare
Choose a tag to compare

Added option to run code from example files