Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Aug 28, 2017
1 parent 51aa197 commit 9b0454b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: read-the-docs

channels:
- conda-forge
- nodefaults
- defaults
# Cannot do without defaults because of libgfortran.
# https://github.com/conda-forge/libgfortran-feedstock/issues/9

dependencies:
- python=3
Expand Down
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
formats:
- htmlzip

python:
version: 3
pip_install: false
pip_install: true

conda:
file: .environment.yml
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'sphinxcontrib.bibtex']

extensions.append('sphinx.ext.autodoc')
autodoc_mock_imports = ['_tkinter'] # Avoid sporadic build failures on RTD.
autodoc_member_order = 'groupwise' # alphabetical, groupwise, bysource

extensions.append('matplotlib.sphinxext.plot_directive')
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy
scipy

# Required for plotting.
matplotlib >= 2.0 # Prettier plots (especially for online doc at RTD).
matplotlib
pyqtgraph
PySide ; python_version < '3.5'
PyQt5 ; python_version >= '3.5'
Expand Down

0 comments on commit 9b0454b

Please sign in to comment.