Skip to content

Commit

Permalink
adding required .readthedocs.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
djbajic committed Aug 14, 2024
1 parent 7cb6db7 commit 79979a0
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions docs/.readthedocs.yaml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,23 @@ build:
os: ubuntu-22.04

tools:

python: "3.12"

python: "3.9"

# You can also specify other tool versions:

# nodejs: "20"

# rust: "1.70"

# golang: "1.20"


# Build documentation in the "docs/" directory with Sphinx

sphinx:

configuration: docs/conf.py
configuration: docs/source/conf.py

# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs

Expand All @@ -34,6 +42,15 @@ sphinx:
# fail_on_warning: true


# Optionally build your docs in additional formats such as PDF and ePub

# formats:

# - pdf

# - epub


# Optional but recommended, declare the Python requirements required

# to build your documentation
Expand Down

0 comments on commit 79979a0

Please sign in to comment.