Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Aug 28, 2023
1 parent ac8ac11 commit fdaaeb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@

# Required
version: 2

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

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

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit fdaaeb3

Please sign in to comment.