Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 9 additions & 19 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "mambaforge-4.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"
python: "mambaforge-latest"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf
sphinx:
configuration: docs/conf.py
fail_on_warning: true

# Optionally declare the Python requirements required to build your docs
conda:
environment: devtools/conda-envs/docs-env.yaml
4 changes: 2 additions & 2 deletions devtools/conda-envs/docs-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# Base depends
- python =3.11
- python =3.12
- pip

### Core dependencies.
Expand All @@ -15,7 +15,7 @@ dependencies:
- pydantic <2.0
- openff-utilities >=0.1.5
- openff-units
- openff-toolkit-base >=0.10.2
- openff-toolkit-base =0.17
- openff-nagl-models

# ESP storage
Expand Down
2 changes: 2 additions & 0 deletions devtools/conda-envs/test_env_rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies:

# ESP calculations
- psi4 =1.10
# See Lori comments in Psi4 slack Aug 5 2026
- libxc ==7.0.0

# XTB charges
- xtb-python
Expand Down
2 changes: 2 additions & 0 deletions devtools/conda-envs/test_env_rdkit_and_openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies:

# ESP calculations
- psi4 =1.10
# See Lori comments in Psi4 slack Aug 5 2026
- libxc ==7.0.0

# XTB charges
- xtb-python
Expand Down