Skip to content

Commit 44b7d12

Browse files
owlastwiecki
authored andcommitted
add RTD config file
1 parent ef9fc1a commit 44b7d12

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.readthedocs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Build ePub (pdf is currently failing)
2+
formats:
3+
- epub
4+
5+
# pip requirements file for building sphinx docs (e.g. nbsphinx)
6+
requirements_file: docs/requirements-docs.txt
7+
8+
# can also specify a conda env file if pip isn't enough, for example:
9+
# conda:
10+
# file: environment.yml
11+
12+
# Use python 3 for building
13+
python:
14+
version: 3.5

0 commit comments

Comments
 (0)