Releases: t3docs/docker-render-documentation
v2.7.1 Good to go Jan 2021
- Use sphinx_typo3_theme v4.4.2 with styled Index page
Should be good to be deployed to the official rendering chain.
v2.7.0 Final 2020 - with Graphviz and PlantUML
Release v2.7.0 (Dec 16, 2020)
New
- 42e0120 Show OS_NAME and OS_VERSION in versioninfo
- 111c165 Use Ubuntu 20.04
- f5efcb3 Add Graphviz
- 8b81f71 Add PlantUML
- 1eb5b7a
exclude_patterns
can be specified in Defaults.cfg, Settings.cfg,
Overrides.cfg
Removed
- 7fcc524 Remove sphinxcontrib.googlemaps - doesn't work any more
- c074131 Drop Sphinx extension googlechart - Google stopped service
Important commits
- e5165c2 Use Toolchain v2.11.0
- e15ff08 Add Sphinx extension sphinx-tabs
- 74c96c8 Update dockrun_t3rd.bat - Tested batch file for Windows
- f0758b7 Add dockrun_t3rd.bat for Windows users
- 7fcc524 Remove sphinxcontrib.googlemaps
- 42e0120 Show OS_NAME and OS_VERSION in versioninfo
- c074131 Drop Sphinx extension googlechart
- 111c165 Use Ubuntu 20.04
- f5efcb3 Add Defaults.cfg, update conf.py, add Graphviz - Martin Bless
- 8b81f71 Merge pull request #97 from alexander-nitsche/feature/sphinx-plantuml
- 1eb5b7a [FEATURE] Implement Issue 98, exclude_patterns
v2.6.1 Add PAGE CONTENTS, make wheel installation work
- Bugfix: Make on-the-fly installation of Sphinx extensions from /WHEELS work.
- Feature: Show "PAGE CONTENTS" above intra-page links in the menu at the left
v2.6.0 Theme and toolchain improvements
Highlights of v2.6.0
Using sphinx_typo3_theme v2.4.0
, sphinxcontrib.gitloginfo v1.0.0
(new),
toolchain RenderDocumentation v2.10.1
.
-
Toolchain: FINAL_EXIT_CODE should now be trustworthy and either have
value0
(success) or value255
(failure).0
means, the toolchain
came to an end and at least the step "build html" was successful.
255
indicates a failure where either the toolchain didn't come to normal
end or html wasn't built. -
Theme: 'last modified' date appears in page html head section if
available. -
Theme: 'Last updated' in the page footer with a link to the latest commit.
-
Theme: Search result pages with highlighted search text show a link to
deselect the hightlighting. -
Theme: The intra page menu is now appended to the left menu column to fix
the - so called - "missing third menu level" issue. -
Theme: The logo is now defineable in the theme configuration file
theme.conf
. -
Toolchain:
dockrun_t3rd makehtml -c allow_unsafe 1
to skip the extensive
and time consuming html postprocessing, to skip file include checks and to
allow the reST 'raw' directive. -
Toolchain:
dockrun_t3rd makehtml -c sphinxVerboseLevel n'. With
n=3the Sphinx build will be started with three times
-v. This would mean
sphinx-build -v -v -v …`
Bug fixes:
- Theme: Remove false warnings about illegal theme options
- Toolchain: Remove pip warnings about 'Cache dir not writable'.
v2.5.1 Fix static file substitution
v2.5.1 Fix static files
v2.5.0 Using sphinx_typo3_theme
v2.5.0 Publish this version
v2.4.0 Improve toolchain, projectwide includes, new: confval
Publish as v2.4.0
Hooray!
v2.2.6 Improved, html output bug fixed
Sphinx extension slides fixed, as t3v1.0.1.zip
Dump info to stdout if there are forbidden include files
Dump warnings.txt to stdout if not in _buildinfo
Add rel="nofollow noopener" to external + foreign links
Return sitemap-files in .txt format and not .json as result
Uses toolchain v2.6.1 with bugfix for html output generation.
v2.2.1 Release (Jun 14, 2019) Render html the official way
v2.2.1 Bugfix version