Releases: ROCm/rocm-docs-core
Releases · ROCm/rocm-docs-core
v0.9.0
v0.9.0 (2023-05-03)
Feat
- core.py: set default publish date as time article was last modified
- core.py: set default read time by counting visible words in html output
Refactor
- add back linkify
- merge with develop branch
- get file modification time using git
- import article info via importlib.resources
- convert myst_enable_extensions to set and add configunion helper
- core.py: explicitly cast to list
[main 6acda04] bump: version 0.8.0 → 0.9.0
2 files changed, 18 insertions(+), 2 deletions(-)
v0.8.0
v0.7.1
v0.7.0
v0.7.0 (2023-04-26)
Feat
- core.py: set specific page settings first before setting general settings
- core.py: add ability to set article info for all pages
- allow substitutions for author, date, and read time in article info
- add article info for linux and windows
- core.py: add article info with supported os info
Fix
- deps: Fix search highlight in doxysphinx by updating sphinx version
Refactor
- use consistent formatting for init and remove empty list from core
- core.py: move linkcheck configs to core from init
[main 55c76bd] bump: version 0.6.0 → 0.7.0
2 files changed, 21 insertions(+), 2 deletions(-)
v0.6.0
v0.5.0
v0.4.0
v0.4.0 (2023-04-13)
BREAKING CHANGE
- users of the non-legacy API have to set
html_theme
torocm_docs_theme
to maintain the current behaviour.
Fix
- legacy: fix builds without doxygen
- extension: no longer set the html_theme by default in the extension
- legacy: restore custom theme on readthedocs
[main 6f275bb] bump: version 0.3.0 → 0.4.0
2 files changed, 14 insertions(+), 2 deletions(-)
v0.3.0
v0.3.0 (2023-04-13)
Feat
- move automatic doxygen and doxysphinx to an extension
- move core settings to a sphinx extension
Fix
- restore cookie permissions / analytics script
Refactor
- various formatting and type fixes in util.py
[main 046fcea] bump: version 0.2.2 → 0.3.0
2 files changed, 17 insertions(+), 2 deletions(-)