Skip to content

Commit

Permalink
update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HOStudio123 committed Jul 27, 2024
1 parent 35340d5 commit 1f7038c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# .readthedocs.yaml
# .readthedocs.yml
# Read the Docs configuration file

# Required
version: 2

# Set the OS, Python version and other tools you might need
# Build settings
build:
os: ubuntu-22.04
tools:
python:
version: 3.12
install:
- requirements: requirements.txt

- requirements: requirements.txt # Ensure dependencies are installed

# Sphinx settings
sphinx:
configuration: docs/conf.py
configuration: docs/conf.py # Path to your Sphinx configuration file

# Build formats
formats:
- pdf
- epub

0 comments on commit 1f7038c

Please sign in to comment.