Skip to content

Commit

Permalink
DOC: Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Jan 30, 2024
1 parent b690e9a commit 94856a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.12"

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- dev

sphinx:
configuration: docs/conf.py

# PDF/LaTeX currently broken
# see: https://github.com/PhasesResearchLab/ESPEI/issues/167
formats: []

0 comments on commit 94856a3

Please sign in to comment.