t3docs / docker-render-documentation

Render TYPO3 Documentation the official way
https://t3docs.github.io/DRC-The-Docker-Rendering-Container/
20 stars 15 forks source link

Bug: Toolchain fails for Markdown file #132

Closed marble closed 1 year ago

marble commented 1 year ago

Bug:

   14-Provide-the-project/40-Steps-B/run_30-Convert-markdown-files.py
Traceback (most recent call last):
  File "/ALL/Toolchains/RenderDocumentation/14-Provide-the-project/40-Steps-B/run_30-Convert-markdown-files.py", line 93, in <module>
    thisexitcode, cmd, out, err = execute_cmdlist(
                                  ^^^^^^^^^^^^^^^
NameError: name 'execute_cmdlist' is not defined
   exitcode:   1            59 ms

==================================================
marble commented 1 year ago

Done. Fixed with bugfix version v3.2.1 of 2023-08-26.

I liked the "Keep a changelog" idea as Markdown example file and in general so I used it as a sample Markdown file for demonstration and testing. See https://typo3-documentation.github.io/sphinx_typo3_theme_rendering_test/Markdown/Keep-a-changelog-example.html

Info: We are using pandoc to convert md to rst in a preliminary step, because that maintains Sphinx's ability to cache files. If you click on the 'View source' button you can see, that the toolchain (that is me) now inserts the usual reST include at the top. Hoping, that it is worth something: grafik