Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 959879c

Browse files
authored
Enable ReadTheDocs (#65)
* update requirements * add rtd yaml config * linting
1 parent a08a28b commit 959879c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
sphinx>=3.1
1+
xarray>=0.21.1
2+
ipython
3+
sphinx>=3.2
4+
sphinx_rtd_theme
25
sphinx_copybutton
36
sphinx-autosummary-accessors

readthedocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
build:
4+
image: latest
5+
6+
python:
7+
install:
8+
- requirements: docs/requirements.txt
9+
- method: pip
10+
path: .

0 commit comments

Comments
 (0)