Skip to content

Commit

Permalink
last release for docs, build pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Feb 6, 2023
1 parent 0cf2098 commit 9f5002a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
version: 2

# Build PDF only
formats:
- pdf

build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"

python:
install:
- method: pip
path: ./
# uncomment to build from this exact version of package
# the downside is the version listed in the docs will be a dev version
# if uncommenting this, comment out installing pypi version of package in docs/env file
# python:
# install:
# - method: pip
# path: ./

conda:
environment: docs/environment.yml
Expand Down
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- pip
- recommonmark
- pip:
- cf_pandas
- docrep<=0.2.7
- furo
- nbsphinx>=0.8.7
Expand Down

0 comments on commit 9f5002a

Please sign in to comment.