Skip to content

Releases: ROCm/rocm-docs-core

v0.9.0

03 May 21:17
Compare
Choose a tag to compare

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

02 May 21:55
Compare
Choose a tag to compare

v0.8.0 (2023-05-02)

Feat

  • Rename versioned doc links with version number

Fix

  • Remove unintended CSS changes

[main 2bdc8a8] bump: version 0.7.1 → 0.8.0
2 files changed, 12 insertions(+), 2 deletions(-)

v0.7.1

26 Apr 17:04
Compare
Choose a tag to compare

v0.7.1 (2023-04-26)

[main 3b33c82] bump: version 0.7.0 → 0.7.1
2 files changed, 4 insertions(+), 2 deletions(-)

v0.7.0

26 Apr 16:13
Compare
Choose a tag to compare

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

18 Apr 04:25
Compare
Choose a tag to compare

v0.6.0 (2023-04-18)

Feat

  • use different link color based on theme
  • increase font size

Fix

  • header: direct GitHub header link to ROCm

[main 7010509] bump: version 0.5.0 → 0.6.0
2 files changed, 13 insertions(+), 2 deletions(-)

v0.5.0

14 Apr 20:49
Compare
Choose a tag to compare

v0.5.0 (2023-04-14)

Feat

  • init.py: add version numbers

Fix

  • ensure compatibility for 3.8 through 3.11
  • dependabot.yml: remove extra spaces

[main 88e0014] bump: version 0.4.0 → 0.5.0
2 files changed, 13 insertions(+), 2 deletions(-)

v0.4.0

13 Apr 21:33
Compare
Choose a tag to compare

v0.4.0 (2023-04-13)

BREAKING CHANGE

  • users of the non-legacy API have to set html_theme to rocm_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

13 Apr 17:10
Compare
Choose a tag to compare

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(-)

v0.2.2

13 Apr 16:41
Compare
Choose a tag to compare

v0.2.2 (2023-04-13)

Fix

  • various stlysheet fixes

[main 1d7d2e5] bump: version 0.2.1 → 0.2.2
2 files changed, 8 insertions(+), 2 deletions(-)

v0.2.1

13 Apr 16:03
Compare
Choose a tag to compare

v0.2.1 (2023-04-13)

Fix

  • update links in header and footer (#87)

v0.0.1 (2023-03-13)

[main 87049c1] bump: version 0.2.0 → 0.2.1
2 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 CHANGELOG.md