Skip to content

Commit

Permalink
🔧 Update rtd conf
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Feb 4, 2024
1 parent 070bbbc commit e0b8b2a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# .readthedocs.yml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

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

# Build PDF & ePub
# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- epub
- pdf
- epub
- pdf

# Optionally declare the Python requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt

build:
image: latest
- requirements: requirements.txt

0 comments on commit e0b8b2a

Please sign in to comment.