Skip to content

Commit

Permalink
Attempt 001 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 3bb2b3e commit 3dc724a
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,32 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-24.04
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

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

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

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

0 comments on commit 3dc724a

Please sign in to comment.