Skip to content

Commit

Permalink
docs: move the config file
Browse files Browse the repository at this point in the history
RTD can sometimes be particular about the suffix.  So update to `.yaml`
instead of `.yml`.

Also update the config to match the latest valid RTD config for build.os
  • Loading branch information
feanil committed Dec 5, 2023
1 parent 49f091b commit 4b5f14b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,26 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
# Required: the version of this file's schema.
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF
# formats:
# - pdf
# - epub

# Set the version of python needed to build these docs.
build:
os: "ubuntu-22.04"
tools:
python: "3.8"

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

0 comments on commit 4b5f14b

Please sign in to comment.