mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 22:34:24 +08:00
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
name: openfe-docs
|
|
channels:
|
|
- https://conda.anaconda.org/conda-forge
|
|
|
|
# explicit pins to speed up build:
|
|
dependencies:
|
|
- autodoc-pydantic >= 2.1
|
|
- docutils == 0.20
|
|
- gitpython
|
|
- libsass
|
|
- myst-parser
|
|
- nbsphinx
|
|
- nbsphinx-link
|
|
- openff-toolkit-base == 0.17.0
|
|
- openff-units == 0.3.1
|
|
- openmm == 8.3.1
|
|
- packaging
|
|
- pip
|
|
- plugcli >= 0.2.1
|
|
- python
|
|
- pydantic >=2.0.0, <2.12.0 # https://github.com/openforcefield/openff-interchange/issues/1346
|
|
- sphinx ==7.2.6 # TODO: debug "duplicate object" warning with later versions
|
|
- sphinx-click
|
|
- sphinx-design
|
|
- sphinx-toolbox
|
|
- threadpoolctl
|
|
- tqdm
|
|
- pip:
|
|
- git+https://github.com/OpenFreeEnergy/gufe@main
|
|
- git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@v0.3.1
|
|
# pip install these so that we can make sure docs build on main while these packages' docs are under development
|
|
- git+https://github.com/OpenFreeEnergy/kartograf@main
|
|
- git+https://github.com/OpenFreeEnergy/konnektor@main
|
|
- git+https://github.com/OpenFreeEnergy/lomap@main
|
|
|
|
# These are added automatically by RTD, so we include them here
|
|
# for a consistent environment.
|
|
- mock
|
|
- pillow
|
|
# - sphinx
|
|
# - sphinx_rtd_theme
|