Skip to content

Commit 8c26384

Browse files
author
Takaya Uchida
committed
add nbsphinx to yml
1 parent b03681e commit 8c26384

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

doc/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,16 @@
5151

5252
# General information about the project.
5353
project = 'xrft'
54-
copyright = '2018, Takaya Uchida'
55-
author = 'Takaya Uchida'
54+
copyright = '2018, xrft developers'
5655

5756
# The version info for the project you're documenting, acts as replacement for
5857
# |version| and |release|, also used in various other places throughout the
5958
# built documents.
6059
#
6160
# The short X.Y version.
62-
version = '2.0'
61+
version = '0.1'
6362
# The full version, including alpha/beta/rc tags.
64-
release = '2.0'
63+
release = '0.1'
6564

6665
# The language for content autogenerated by Sphinx. Refer to documentation
6766
# for a list of supported languages.

doc/environment.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: xrft
2+
dependencies:
3+
- python=3.6
4+
- pandas
5+
- xarray
6+
- dask
7+
- scipy
8+
- numpy
9+
- functools
10+
- pytest
11+
- numpydoc
12+
- sphinx
13+
- ipython
14+
- matplotlib
15+
- pip:
16+
- docrep
17+
- nbsphinx

readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
conda:
2+
file: doc/environment.yml
3+
python:
4+
version: 3
5+
setup_py_install: true

0 commit comments

Comments
 (0)