Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
html_theme_options = {
"flavor": "instinct",
"link_main_doc": True,
"use_download_button": True,
# Add any additional theme options here
}
extensions = [
Expand All @@ -31,6 +32,11 @@
external_toc_path = "./sphinx/_toc.yml"
external_toc_exclude_missing = False

# Generate llms.txt and llms-full.txt after each build (the llms.txt standard,
# https://llmstxt.org/). See the rocm-docs-core guide:
# https://rocm.docs.amd.com/projects/rocm-docs-core/en/latest/user_guide/llms.html
rocm_docs_generate_llms = True

Comment on lines +35 to +39

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yuva29 Opened a fix PR in rocm docs core: ROCm/rocm-docs-core#1613 This fix will arrive eventually. The reported issue not critical.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

# Only for new projects. Remove when stable.
nitpicky = True

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rocm-docs-core
rocm-docs-core[llms]==1.38.0

@neon60 neon60 Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest (1.39.0) rocm docs core has some problems. I will try to ask for a fixed release.

sphinx-reredirects
sphinx-tags==0.4
15 changes: 11 additions & 4 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ docutils==0.21.2
# myst-parser
# pydata-sphinx-theme
# sphinx
# sphinx-markdown-builder
executing==2.2.1
# via stack-data
fastjsonschema==2.21.2
Expand Down Expand Up @@ -130,6 +131,7 @@ nest-asyncio==1.6.0
packaging==25.0
# via
# ipykernel
# pydata-sphinx-theme
# sphinx
parso==0.8.5
# via jedi
Expand All @@ -147,7 +149,7 @@ pure-eval==0.2.3
# via stack-data
pycparser==2.23
# via cffi
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.15.4
# via
# rocm-docs-core
# sphinx-book-theme
Expand Down Expand Up @@ -185,7 +187,7 @@ requests==2.32.5
# via
# pygithub
# sphinx
rocm-docs-core==1.26.0
rocm-docs-core[llms]==1.38.0
# via -r requirements.in
roman-numerals-py==3.1.0
# via sphinx
Expand All @@ -212,17 +214,20 @@ sphinx==8.2.3
# sphinx-copybutton
# sphinx-design
# sphinx-external-toc
# sphinx-markdown-builder
# sphinx-notfound-page
# sphinx-reredirects
# sphinx-tags
sphinx-book-theme==1.1.3
sphinx-book-theme==1.1.4
# via rocm-docs-core
sphinx-copybutton==0.5.2
# via rocm-docs-core
sphinx-design==0.6.1
# via rocm-docs-core
sphinx-external-toc==1.0.1
# via rocm-docs-core
sphinx-markdown-builder==0.6.10
# via rocm-docs-core
sphinx-notfound-page==1.1.0
# via rocm-docs-core
sphinx-reredirects==1.0.0
Expand All @@ -246,7 +251,9 @@ sqlalchemy==2.0.44
stack-data==0.6.3
# via ipython
tabulate==0.9.0
# via jupyter-cache
# via
# jupyter-cache
# sphinx-markdown-builder
tornado==6.5.2
# via
# ipykernel
Expand Down
Loading