Files
openfe/.readthedocs.yaml
Alyssa Travitz 36849b8a09 debug docs build (#1489)
* don't build openmm

* mambaforge->miniconda for rtd

* artifically small build for debugging

* dont build env

* just build python

* add channels

* add sphinx packages to env

* add all non-openfe-ecosystem deps

* remove shim channel

* add openfe package

* add everything except openmm and toolkit

* add openmm

* add openff-toolkit

* only openff-toolkit

* try openff-toolkit-base

* try latest openff

* everybody back in

* build without openmm

* build with openff-toolkit-base

* bump rtd

* add pip build

* remove any openff-toolkit

* build w/o openmm

* add pip install

* build everything without pip install

* try no deps

* try custom build

* only python and pip

* try openfe-toolkit-base

* add temp deps for build with openff-toolkit-base

* add temp deps for build with openff-toolkit-base

* mock imports

* dont mock with toolkit base

* bump toolkit version

* Revert "bump toolkit version"

This reverts commit 6e3108a836.

* add mocks

* try pinnint to toolkit-base 0.13.0, no mocks

* back to >= 0.13.0 toolkit to make sure it wasn't a fluke

* mock imports
2025-08-26 07:34:40 -07:00

20 lines
302 B
YAML

version: 2
build:
os: "ubuntu-24.04"
tools:
python: "miniconda3-3.12-24.9"
sphinx:
configuration: docs/conf.py
fail_on_warning: true
conda:
environment: docs/environment.yaml
python:
# Install our python package before building the docs
install:
- method: pip
path: .