Documentation | Update quickstart to reduce new user issues (!239)
Chris Johns (@chris)
gitlab at rtems.org
Thu May 28 23:01:52 UTC 2026
Chris Johns started a new discussion on common/rtemsdomain.py: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/239#note_151254
> majminrev = major + '.' + revision
> replacements["@rtems-version@"] = str(app.config.overrides['version'])
> replacements["@rtems-ver-major@"] = major
> + if rtems_version.released():
> + app.tags.add('releasedversion')
> + replacements["@rtems-release-ver-major@"] = major
> + else:
> + app.tags.add('gitversion')
> + replacements["@rtems-release-ver-major@"] = str(int(major)-1)
This does not look right.
--
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/239#note_151254
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260528/f81a4aad/attachment-0001.htm>
More information about the bugs
mailing list