Skip to content

Releases: t3docs/docker-render-documentation

v2.7.1 Good to go Jan 2021

07 Jan 08:15
Compare
Choose a tag to compare
  • 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

16 Dec 18:32
Compare
Choose a tag to compare

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

27 May 08:20
Compare
Choose a tag to compare
  • 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

11 May 13:08
Compare
Choose a tag to compare

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
    value 0 (success) or value 255 (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

26 Feb 10:09
Compare
Choose a tag to compare
v2.5.1 Fix static files

v2.5.0 Using sphinx_typo3_theme

25 Feb 20:39
Compare
Choose a tag to compare
v2.5.0 Publish this version

v2.4.0 Improve toolchain, projectwide includes, new: confval

21 Oct 19:44
Compare
Choose a tag to compare

Hooray!

19 Aug 09:15
Compare
Choose a tag to compare
v2.3.0

Set everything to 'v2.3.0'

v2.2.6 Improved, html output bug fixed

23 Jun 09:32
Compare
Choose a tag to compare

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

14 Jun 17:40
Compare
Choose a tag to compare