* add `**/previous-versions/**` to RTD search ignore list * add `:nosearch:` to archived pages * rename :nosearch: to :no-search:
27 lines
497 B
YAML
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/**"
|