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
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.
Please test the release candidate
Internally quite a lot has changed in the
dev
version of the DRC 3.x The currentdev
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.
Version
Should be the following or later:
Expected behaviour
:php:
and the:python:
domain.Please leave a comment here
I'm looking forward to your feedback!