Skip to content

Commit

Permalink
Update readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Jan 9, 2025
1 parent 9038270 commit 3515eda
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
# Required
version: 2

build:
os: ubuntu-lts-latest
tools:
python: "3.12"

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

# Optionally build your docs in additional formats such as PDF
formats: all

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

0 comments on commit 3515eda

Please sign in to comment.