- Use sphinx_typo3_theme v4.9.0
- Add DOCKRUN_FN_QUIET to show-shell-commands
- Use sphinx_typo3_theme v4.8.0
- Release as ghcr.io/t3docs/render-documentation:v3.1.0
- Release as ghcr.io/t3docs/render-documentation:latest
From branch master:
- Release as ghcr.io/t3docs/render-documentation:v3.0.0
- Release as ghcr.io/t3docs/render-documentation:latest
- Update README.rst
- Use sphinx_typo3_theme v4.7.10 (= master). Line numbers of codeblocks aren't included and selected any more when copying.
- Use toolchain 'RenderDocumentation v3.2.0'. This should fix some layout problems caused by the fact, that Docutils inserts css class 'container' which is also used by the Bootstrap layout package. Those classes get renamed to 'du-container'.
- Dockerfile.build.sh now knows about an option PLANTUML_JAR_VERSION which can be used in junction with the 'make build' command. Run 'make' for an example.
- Use sphinx_typo3_theme v4.7.9
- Use sphinx_typo3_theme v4.7.8
- Use sphinx_typo3_theme v4.7.7
- Use sphinx_typo3_theme v4.7.6
- Use sphinx>=4.5.0,<5.0
- Test suite for DRC was successfully run
- Updated: mainmenu.sh, now also knows T3DOCS_GIT_RESTORE_MTIME=1 (or 0)
- Improved and bugfixed: 'make build' and 'Dockerfile.build.sh'
- Use sphinx_typo3_theme 4.7.5
- BUGFIX: Fix quoting of $@ in mainmenu.sh
- BUGFIX: Fix quoting of $@ in mainmenu.sh
- Use TCT v1.3.0
- Use Theme v4.7.3
- Use Toolchain v3.1.0
- Use theme v4.7.3
- Use [email protected]
- Use theme v4.7.2
- Use theme v4.7.1
- update conf.py: do not load sphinxcontrib.t3targets by default
- use latest sphinx_typo3_theme v4.7.dev (+scm version)
- use latest toolchain 2.12.dev4
- update conf.py, Default.cfg: Add section [sphinx_object_types_to_add]
- update conf.py: add toml, strip types from confval
- use custom sphinxcontrib-phpdomain@develop-for-typo3
- update conf.py
- Allow list-like string in Settings.cfg for 'graphviz_dot_args'
- update extlinks, adding 't3ext' and 'packagist'
- work on EditButton for GitHub, Bitbucket, GitLab
- Update docutils.conf
- Turn parallel reading off with sphinxcontrib.t3targets/archive/v0.3.5.zip
- Update sphinxcontrib.docstypo3 and use v1.0.dev4
- Use sphinx_typo3_theme v4.7.dev6
- Create project links in footer not only when rendering for docs.typo3.org
- Add sphinxcontrib.docstypo3
- Set nitpick_ignore_regex in conf.py.
- Use newer toolchain.
- Use newer theme
- Update docutils.conf
- Add Sphinx extension sphinxcontrib.collections
- [FEATURE]] Add Sphinx extension "sphinx-tabs" https://sphinx-panels.readthedocs.io/en/latest/
- Includes latest version of the theme with Display Settings Options like 'Use full width' and 'Make settings permanent'.
- [MAJOR CHANGE] Use newer versions:
- Python v3.8.10 (was v2.7)
- Sphinx v4.2.x (was v1.8.5)
- sphinx_typo3_theme >=4.7.dev1
- tct >=1.2.0
- toolchain_RenderDocumentation v2.12.dev1
- [FEATURE] Use sphinx_typo3_theme >=4.6 with global search
- [FEATURE] Add sphinx-copybutton to code-blocks
- [FEATURE] Add just1sphinxbuild functionality
- [FEATURE] Add serve4build functionality
- Use sphinx_typo3_theme v4.5.2
- Disable autoSelect for Sphinx search autocompletion
- Set h2edit_url in Overrides.cfg
- Link "How to edit" to proper URL and show always and not as hover effect
- Constrain area of logo link to actual image
- Using sphinx_typo3_theme v4.5.1
- How to edit button
- Sphinx can use parallel processes
- Collapsed menu for TYPO3 Exceptions
- Removed: Full width for extra wide screens
- Use sphinx_typo3_theme v4.4.2 with styled Index page
- 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
- 7fcc524 Remove sphinxcontrib.googlemaps - doesn't work any more
- c074131 Drop Sphinx extension googlechart - Google stopped service
- 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
- Bugfix: Make on-the-fly installation of Sphinx extensions from /WHEELS work.
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=3 the 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'.
- Use toolchain v2.9.1: Fix static files
- Use develop.zip of Sphinx extension t3targets to fix #80 Line numbers point to *.txt instead of *.rst.txt Fixed with b0d6a7 <https://github.com/t3docs/docker-render-documentation/commit/b0d6a7e743f437461fa571061fcb0963a9003589> and https://github.com/TYPO3-Documentation/sphinxcontrib.t3targets/releases/tag/v0.3.0
- Use sphinx_typo3_theme from PyPi
- Use toolchain v2.9.0
- Add T3DOCS_WHEELS folder. If it contains Python wheel packages, those get installed within the container prior to rendering. So this is an easy way to extra install Python packages prior to rendering.
- Add 'dockrun_t3rd /usr/bin/bash'
- Use Toolchain v2.8.0
- Use TCT v1.1.0
- Account for /THEMES mapping
- Add 'ablog' to Pipfile
- 6ff41f3 List localizations in 'Find the results'
- 8785da4 Add directive and textrole 'confval' in conf.py
- Use toolchain >= v2.7.1
- Use bugfixed toolchain v2.6.1
- Build again, make sphinx-contrib-slide-t3v1.0.1.zip available
- Solve issue #72 of container "Sphinx directive 'slide' not working". Explained here.
- The .. slide:: directive can now embed "Google documents" and "Google spreadsheets" as well. Explained here.
ffbd087 Dump info to stdout if there are forbidden include files
f68ebf0 Dump warnings.txt to stdout if not in _buildinfo
4606616 Add rel="nofollow noopener" to external + foreign links
ee6533e Return sitemap-files in .txt format and not .json as result
ec9fb21 Provide sitemap-files as .txt file too
4d65da1 v2.6.0 Set new version number
Bugfix version
- Fix logic error (don't always assume singlehtml)
- Use TCT v0.4.1 showing ms = milli seconds
- Use toolchain v2.5.1
- Issues #63, #64 done in toolchain
- Finetuned output of mainmenu.sh
- Allow 'T3DOCS_DRY_RUN=1 dockrun_t3rd makehtml'
- Allow 'dockrun_t3rd export-ALL' to copy the container internals to the host
- Don't offer docs/manual.sxw as possibility
- Solve issue #64 of t3docs/docker-render-documentation "Weird appearance of README" rendering
- Collect sitemap files issue #63 of t3docs/docker-render-documentation
- Postprocess html files: prettify, sanitize neutralize javascript links issue #67 of t3docs/docker-render-documentation
- Signal 'has_neutralized_links' in _builtinfo/results.json
- Disable raw-directive issue #65 of t3docs/docker-render-documentation
- Issues #67 done in toolchain
- #11: Again: Improve the output of "Find the results:"
- #50 Now installing specific versions from Pipfile
- #51: Sphinx caching is working again. Removed recommonmark parser.
- #54: Have markdown files converted to rst by pandoc.
- #58: Catch YAML parser errors the better way.
- #55: Use /ALL/venv as workdir, remove folder /ALL/Rundir
This is a complete revamp of v1.6 of branch '1-6'.
- codename 'dockrun_t3rd'
- based on image ubuntu:18.04
- almost migrated to Python 3
- using pipenv as Python packet manager
- only for html and singlehtml
- much smaller in size
- #11 Improve the output of "Find the results:"
- #53 Load these sphinx extensions by default
- #20 Add sphinxcontrib.phpdomain
- #03: Fix sphinxcontrib.googlemaps
- #18: Fix sphinxcontrib.googlemaps
- #31: Fix rendering of standalone README.(rst|md)
- #52: Fix sphinxcontrib.googlechart
Maintained in branch 1-6 <https://github.com/t3docs/docker-render-documentation/tree/1-6> __
- typoscript syntax highlighter should now always succeed
- PDF generation working again
- update mtime of repo files automatically if 'git-restore-mtime' is in path
- improved toolchain
- as before: uses Sphinx caching
- standalone *.zip is much smaller, as most fonts aren't shipped any more
...
...
- Bump version from v0.6.3 to v1.6.4
- Use toolchain RenderDocumentation v2.2.0
...
Some recommended headlines:
Bugs fixed
Dependencies
Deprecated
Features added
Features removed
Enhancements
Incompatible changes
Significant internal changes
Maximum characters per line: 79 (except longlinks)
1 2 3 4 5 6 7
1234567890123456789012345678901234567890123456789012345678901234567890123456789
End of CHANGES.