Skip to content

Commit d2a5026

Browse files
Adding readthedocs files
1 parent a3a78b1 commit d2a5026

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: mambaforge-22.9
6+
jobs:
7+
pre_build:
8+
- sphinx-build -b linkcheck docs/ _build/linkcheck
9+
10+
sphinx:
11+
configuration: docs/conf.py
12+
13+
conda:
14+
environment: docs/environment_docs.yml

docs/environment_docs.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: plasticparcels
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python>=3.8
6+
- parcels>=3.0.2
7+
- shapely
8+
- geopandas
9+
10+
11+
# Formatting
12+
- black
13+
- isort
14+
15+
# Testing
16+
- pytest
17+
- pytest-html
18+
- coverage
19+
20+
# Linting
21+
- flake8>=2.1.0
22+
- pre_commit
23+
- pydocstyle
24+
25+
# Docs
26+
- ipython
27+
- numpydoc
28+
- nbsphinx
29+
- sphinx<6
30+
- pandoc>1.12.1,<3
31+
- pydata-sphinx-theme
32+
- sphinx-autobuild
33+
- myst-parser

0 commit comments

Comments
 (0)