Skip to content

Commit

Permalink
Added nbsphinx to documentation builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed May 27, 2019
1 parent bb94317 commit d76b5b1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
formats: all
python:
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- nbsphinx
submodules:
include: all
recursive: true
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = "stumpy"
copyright = "2019, Sean M. Law"
copyright = "STUMPY\nCopyright 2019 TD Ameritrade. Released under the terms of the 3-Clause BSD license.\nSTUMPY is a trademark of TD Ameritrade IP Company, Inc. All rights reserved."
author = "Sean M. Law"

# The short X.Y version
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy>=1.13
numba>=0.42.0
scipy>=1.2.1

0 comments on commit d76b5b1

Please sign in to comment.