Skip to content

Commit

Permalink
docs: add common 404 to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Sep 6, 2023
1 parent 1e35394 commit de84f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/_build
/_doxygen
404.md
data/AMD-404.png
2 changes: 1 addition & 1 deletion src/rocm_docs/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def _update_theme_configs(
"""Update configurations for use in theme.py"""
latest_version = "5.7"
latest_version_string = f"docs-{latest_version}"
release_candidate = "5.8"
release_candidate = "6.0"
release_candidate_string = f"docs-{release_candidate}"

development_branch = _Project.default_value("development_branch")
Expand Down
2 changes: 1 addition & 1 deletion src/rocm_docs/rocm_docs_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ flavor = rocm
link_main_doc = True

header_latest_version = 5.7
header_release_candidate = 5.8
header_release_candidate = 6.0

0 comments on commit de84f5d

Please sign in to comment.