Skip to content

Commit b9231a6

Browse files
committed
Add config files and remove vestigial reference to LaTex files.
1 parent ddba0dc commit b9231a6

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@
175175
# Output file base name for HTML help builder.
176176
htmlhelp_basename = 'mfrdoc'
177177

178-
latex_documents = [
179-
('documentation', False),
180-
]
181-
182-
183178
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
184179

185180
# On RTD we can't import sphinx_rtd_theme, but it will be applied by

environment.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: py35
2+
dependencies:
3+
- openssl=1.0.2g=0
4+
- pip=8.1.1=py35_0
5+
- python=3.5.1=0
6+
- readline=6.2=2
7+
- setuptools=20.3=py35_0
8+
- sqlite=3.9.2=0
9+
- tk=8.5.18=0
10+
- wheel=0.29.0=py35_0
11+
- xz=5.0.5=1
12+
- zlib=1.2.8=0
13+
- pip:
14+
- momoko>=2.2.3
15+
- psycopg2>=2.6.1
16+
- tornado==4.3

readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
conda:
2+
file: environment.yml

0 commit comments

Comments
 (0)