Files
rocm/.readthedocs.yaml
peterjunparkandGitHub 8686138dea Suppress certain pages in RTD search results (#6174)
* add `**/previous-versions/**` to RTD search ignore list

* add `:nosearch:` to archived pages

* rename :nosearch: to :no-search:
2026-04-21 17:56:56 -04:00

27 lines
497 B
YAML

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: docs/conf.py
formats: [htmlzip]
python:
install:
- requirements: docs/sphinx/requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- "doxygen"
- "gfortran" # For pre-processing fortran sources
- "graphviz" # For dot graphs in doxygen
search:
ignore:
- "**/previous-versions/**"