File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Required
6
+ version : 2
7
+
8
+ # Build documentation in the docs/ directory with Sphinx
9
+ sphinx :
10
+ configuration : docs/conf.py
11
+
12
+ # Optionally set the version of Python and requirements required to build your docs
13
+ python :
14
+ version : 3.7
15
+ install :
16
+ - method : pip
17
+ path : py/
18
+ extra_requirements :
19
+ - docs
Original file line number Diff line number Diff line change 2
2
[ ![ NPM] ( https://img.shields.io/npm/v/escher.svg )] ( https://www.npmjs.com/package/escher )
3
3
[ ![ Gitter.im] ( https://img.shields.io/gitter/room/zakandrewking/escher.svg )] ( https://gitter.im/zakandrewking/escher )
4
4
[ ![ MIT] ( https://img.shields.io/pypi/l/Escher.svg )] ( https://github.com/zakandrewking/escher/blob/master/LICENSE )
5
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/escher/badge/?version=stable )] ( https://escher.readthedocs.io/en/stable/?badge=stable )
5
6
[ ![ Travis] ( https://img.shields.io/travis/zakandrewking/escher/master.svg )] ( https://travis-ci.org/zakandrewking/escher )
6
7
[ ![ Coverage Status] ( https://img.shields.io/coveralls/zakandrewking/escher/master.svg )] ( https://coveralls.io/github/zakandrewking/escher?branch=master )
7
8
Original file line number Diff line number Diff line change 46
46
47
47
# General information about the project.
48
48
project = u'Escher'
49
- copyright = u'2014, Zachary King '
49
+ copyright = u'2019, The Regents of the University of California '
50
50
51
51
# The version info for the project you're documenting, acts as replacement for
52
52
# |version| and |release|, also used in various other places throughout the
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments