Skip to content

Commit

Permalink
deploy documentation (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchen authored and fritzo committed May 1, 2019
1 parent cb09325 commit 2e5fd40
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Funsor ![unstable](https://img.shields.io/badge/status-unstable-red.svg)
![unstable](https://img.shields.io/badge/status-unstable-red.svg)
[![Build Status](https://travis-ci.org/pyro-ppl/funsor.svg?branch=master)](https://travis-ci.org/pyro-ppl/funsor)
[![Documentation Status](https://readthedocs.org/projects/funsor/badge/?version=latest)](http://funsor.readthedocs.io/en/stable/?badge=latest)

# Funsor

Functional analysis + tensors + symbolic algebra.

Expand Down
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
contextlib2
multipledispatch
numpy>=1.7
opt_einsum>=2.3.2
pyro-ppl>=0.3
six>=1.10.0
unification
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,5 @@

# @jpchen's hack to get rtd builder to install latest pytorch
if 'READTHEDOCS' in os.environ:
os.system('pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl')
os.system('pip install https://download.pytorch.org/whl/cpu/torch-1.1.0-cp37-cp37m-linux_x86_64.whl')
os.system('pip install pyro-ppl')

0 comments on commit 2e5fd40

Please sign in to comment.