Skip to content

Commit

Permalink
Update build YML to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltz333 authored Feb 26, 2024
1 parent 181a7c0 commit c066fbc
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
requirements_file: source/requirements.txt
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
builder: html
configuration: source/conf.py
fail_on_warning: true

formats:
- pdf

python:
install:
- requirements: source/requirements.txt

0 comments on commit c066fbc

Please sign in to comment.