Skip to content

Commit

Permalink
Sorting requirements files so ReadTheDocs can build openbabel with co…
Browse files Browse the repository at this point in the history
…nda instead of pip
  • Loading branch information
lunamorrow committed Oct 8, 2024
1 parent 5a13779 commit 06f7677
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
21 changes: 15 additions & 6 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
name: mda_openbabel_converter-docs
channels:

- conda-forge

- defaults
dependencies:
# Base depends
# Base depends
- python
- pip

- mdanalysis-sphinx-theme >=1.0.1
# Pip-only installs
#- pip:

# MDAnalysis
- MDAnalysis
- MDAnalysisTests

# OpenBabel
- openbabel

# Testing
- pytest
- pytest-cov
- pytest-xdist
- codecov
8 changes: 4 additions & 4 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build:
tools:
python: "mambaforge-4.10"

conda:
environment: docs/requirements.yaml

python:
install:
- method: pip
path: .

conda:
environment: docs/requirements.yaml
path: .

0 comments on commit 06f7677

Please sign in to comment.