Browse Source

MT#55897 RTD: start using the `.readthedocs.yaml`

Beginning from the 25th Sep 2023, usage of the
configuration file v2 is required. This commit
introduces it.

Change-Id: Ib6d154195621e5939e7d0bd2d6ca9ec62e487077
pull/1747/head
Donat Zenichev 2 years ago
parent
commit
ec55ccf5fc
2 changed files with 15 additions and 2 deletions
  1. +13
    -0
      .readthedocs.yaml
  2. +2
    -2
      docs/requirements.txt

+ 13
- 0
.readthedocs.yaml View File

@ -0,0 +1,13 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt

+ 2
- 2
docs/requirements.txt View File

@ -1,2 +1,2 @@
myst_parser
sphinx_rtd_theme>=1.2
myst-parser==2.0.0
sphinx-rtd-theme>=1.2

Loading…
Cancel
Save