Skip to content

Commit

Permalink
Add docs/environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi committed Oct 4, 2023
1 parent b742046 commit 92ddb38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: true

# unused so far, but I expect that will change soon
#conda:
#environment: docs/environment.yaml
conda:
environment: docs/environment.yaml

python:
# Install our python package before building the docs
Expand Down
9 changes: 9 additions & 0 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: exorcist-docs
channels:
- conda-forge
dependencies:
- python>=3.9
- pip
- sphinx
- pip:
- git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main

0 comments on commit 92ddb38

Please sign in to comment.