Skip to content

Commit

Permalink
Try a little harder for #249.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Dec 9, 2024
1 parent 84cc3f9 commit 828da73
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2

build:
os: ubuntu-22.04
apt_packages:
- autoconf
- exuberant-ctags
- gawk
- gfortran
- grep
- g++
- libtool
- make
tools:
python: "mambaforge-22.9"

conda:
environment: docs/.rtd_environment.yaml

python:
install:
- method: pip
path: .

sphinx:
configuration: docs/source/conf.py
15 changes: 15 additions & 0 deletions docs/.rtd_environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ledatelescope_bifrost_doc_env

channels:
- conda-forge

dependencies:
- numpy
- python
- scipy
- sphinx
- pip
- simplejson
- ctypesgen
- pip:
- pint

0 comments on commit 828da73

Please sign in to comment.