Skip to content

Commit

Permalink
chore: format config for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Sep 17, 2024
1 parent 9441066 commit f5f2a24
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
# disable this for more lenient docs builds
fail_on_warning: true

python:
install:
- method: pip
Expand Down

0 comments on commit f5f2a24

Please sign in to comment.