Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartmillan authored Nov 22, 2024
1 parent e839489 commit 95010f9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.12"

apt_packages:
# Install necessary system-level dependencies
- gcc
- python3-dev
- build-essential

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

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: requirements-docs.txt
- method: pip
path: .
- requirements: requirements-docs.txt
- method: pip
args: --upgrade pip setuptools wheel
- method: pip
args: pyzmq --no-binary=:all:

0 comments on commit 95010f9

Please sign in to comment.