diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3da13dc77..b5bfc317a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,4 @@ docs/ @ROCm/rocm-documentation *.md @ROCm/rocm-documentation *.rst @ROCm/rocm-documentation +.readthedocs.yaml @ROCm/rocm-documentation diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e61f66e98..d69867385 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,8 +4,6 @@ on: push: branches: [ amd-mainline ] paths: - - 'docs/archive/docs-2.x/**' - - 'docs/archive/docs-1.x/**' - 'docs/archive/docs-2.x/**' - 'docs/archive/docs-1.x/**' - '.github/workflows/docs.yml' @@ -38,16 +36,15 @@ jobs: - name: Build 1.x docs run: | cd docs/archive/docs-1.x - make html + cd docs/archive/docs-1.x + make html - name: Build 2.x docs run: | - cd docs/archive/docs-2.x cd docs/archive/docs-2.x make html - name: Relocate 1.x docs run: | mv docs/archive/docs-1.x/_build/html docs/archive/_build/html/1.x - mv docs/archive/docs-1.x/_build/html docs/archive/_build/html/1.x - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/docs/how-to/analyze/cli.rst b/docs/how-to/analyze/cli.rst index 44a014a8b..f76e3970f 100644 --- a/docs/how-to/analyze/cli.rst +++ b/docs/how-to/analyze/cli.rst @@ -186,7 +186,7 @@ Walkthrough 3. Choose your own customized subset of metrics with the ``-b`` (or ``--block``) option. Or, build your own configuration following - `config_template `_. + `config_template `_. The following snippet shows how to generate a report containing only metric 2 (:doc:`System Speed-of-Light `).