Releases: ROCm/rocm-docs-core
Releases · ROCm/rocm-docs-core
v0.10.0
v0.10.0 (2023-05-09)
Feat
- Bring into compliance with AMD styling
Fix
- Fix header on narrow screens
- Remove left side menu & buttons
- Fix lengths on shorter breadcrumbs
- Add zero width spaces when testing width
- deprecate disable_main_doc_link
- fix breadcrumbs and scrolling
- update ROCm Documentation url
- Tighten secondary nav
- Improve transitioning on resize
Refactor
- Add links to header
- Merge remote-tracking branch 'upstream/develop' into HEAD
[main bfadd3f] bump: version 0.9.2 → 0.10.0
2 files changed, 25 insertions(+), 2 deletions(-)
v0.9.2
v0.9.1
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(-)