Skip to content

Commit

Permalink
Merge pull request #9320 from Alexey-Rivkin/topic/readthedocs-os_v1.15.x
Browse files Browse the repository at this point in the history
BUILD: Readthedocs - add OS (v1.15.x)
  • Loading branch information
yosefe authored Aug 29, 2023
2 parents 8c67176 + 99e249b commit 1c2a6b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -14,6 +20,5 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/.readthedoc.requirements.txt
- requirements: docs/.readthedoc.requirements.txt

0 comments on commit 1c2a6b3

Please sign in to comment.