Skip to content

Commit

Permalink
Merge pull request #15 from JesseMckinzie/add_read_the_docs_v2
Browse files Browse the repository at this point in the history
Add .readthedocs.yml
  • Loading branch information
sameeul authored Jun 11, 2024
2 parents e2d96a5 + fb86871 commit 1271812
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required

version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

conda:
environment: environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .

0 comments on commit 1271812

Please sign in to comment.