-
Couldn't load subscription status.
- Fork 15
Open
Labels
Description
Please test the release candidate
Internally quite a lot has changed in the dev version of the DRC 3.x
The current dev version is a release candidate.
Before actually releasing it I need your help and would like to collect some feedback to make sure it really works.
Please give it a try and leave a line here in a comment stating that it works or something does not work.
Get the release candidate
IMHO it is good enough anyway to be used at home. Plus you see the latest features.
# For WSL2, Linux, Mac
# Fetch from the GitHub Container Repository (Docker Hub doesn't work for us a the moment).
docker pull ghcr.io/t3docs/render-documentation:develop
# Rename to the usual name
docker tag ghcr.io/t3docs/render-documentation:develop t3docs/render-documentation:develop
# Define the helper function 'dockrun_t3rd'
eval "$(docker run --rm t3docs/render-documentation:develop show-shell-commands)"
# Some example runs:
T3DOCS_DEBUG=1 dockrun_t3rd --version
T3DOCS_DEBUG=1 dockrun_t3rd --help
T3DOCS_DEBUG=1 dockrun_t3rd makehtml-no-cache
Version
Should be the following or later:
dockrun_t3rd --version v3.0.dev6 Versions used for v3.0.dev6: Theme :: sphinx_typo3_theme :: 4.6.3.dev48+gea64282 :: mtime:1636232878 Toolchain :: RenderDocumentation :: 2.12.dev2 Toolchain tool :: TCT :: v1.2.0 TYPO3-Documentation :: typo3.latex :: v1.1.0 TypoScript lexer :: typoscript.py :: v2.2.4 DOCKRUN_PREFIX :: dockrun_ OS_NAME :: Ubuntu OS_VERSION :: 20.04.3 LTS (Focal Fossa) OUR_IMAGE :: t3docs/render-documentation:develop OUR_IMAGE_SHORT :: t3rd OUR_IMAGE_SLOGAN :: t3rd - TYPO3 render documentation OUR_IMAGE_TAG :: develop OUR_IMAGE_VERSION :: v3.0.dev6 TOOLCHAIN_TOOL_URL :: https://github.com/marble/TCT/archive/refs/tags/v1.2.0.zip TOOLCHAIN_URL :: https://github.com/marble/Toolchain_RenderDocumentation/archive/refs/tags/v2.12.dev2.zip export DEBIAN_FRONTEND="noninteractive" export DOCKRUN_PREFIX="dockrun_" export OS_NAME="Ubuntu" export OS_VERSION="20.04.3 LTS (Focal Fossa)" export OUR_IMAGE="t3docs/render-documentation:develop" export OUR_IMAGE_SHORT="t3rd" export OUR_IMAGE_SLOGAN="t3rd - TYPO3 render documentation" export OUR_IMAGE_TAG="develop" export OUR_IMAGE_VERSION="v3.0.dev6" export TOOLCHAIN_URL="https://github.com/marble/Toolchain_RenderDocumentation/archive/refs/tags/v2.12.dev2.zip"
Expected behaviour
- Everything should work as before.
- Some elements have a (better?!) styling, like confval renderings
- For wide screen a cogwheel for "Display Settings" will appear
- See the examples for the PhpDomain
- NEW: Bootstrap panels are supported in reST
- There used to be an abundance of warnings about missing references cluttered the 'warnings.txt' file. This now has become much better as all those warnings are suppressed for the
:php:and the:python:domain. - … there is more: tweaks and fixes
Please leave a comment here
I'm looking forward to your feedback!