Skip to content

Commit

Permalink
Attempt 002 fixing build readthedocs yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Nov 6, 2024
1 parent 3dc724a commit 4dbe4f7
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
install:
- requirements: docs/requirements.txt
- python.install.method: pip
- python.install.path: .
sphinx:
configuration: docs/source/conf.py
formats:
- pdf
- html

sphinx:
configuration: docs/source/conf.py

formats:
- pdf
- html
- epub

# Build documentation in the docs/ directory with Sphinx
# sphinx:
Expand All @@ -30,9 +28,9 @@ build:
# - pdf

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

0 comments on commit 4dbe4f7

Please sign in to comment.