Skip to content

Commit

Permalink
[doc] Update the readthedocs configuration (#12689)
Browse files Browse the repository at this point in the history
This commit adds the required elements to the readthedocs config
to make it work again.

ONE-DCO-1.0-Signed-off-by: Piotr Fusik <[email protected]>
  • Loading branch information
pfusik authored Feb 23, 2024
1 parent 753f4fc commit f35d3dc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 1.4
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-lts-latest
tools:
python: "3"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -17,6 +23,5 @@ formats:

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

0 comments on commit f35d3dc

Please sign in to comment.