Skip to content

Commit

Permalink
Fix broken documentation search
Browse files Browse the repository at this point in the history
Switch to regular Python build instead of conda. This method is
better supported by RTD and has more up-to-date packages. The
outdated  sphinx_rtd_theme on conda side was trying to use js
which is not on the RTD website anymore.

[ci skip]
  • Loading branch information
dean0x7d committed May 18, 2017
1 parent 7d92bbc commit a1382e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
conda:
file: support/rtd_environment.yml
python:
version: 3.5
setup_py_install: true
requirements_file: support/rtd_requirements.txt
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v0.9.2 | in development

* Fixed broken documentation links when using the online search function.


### v0.9.1 | 2017-04-28

* Fixed an issue with multi-orbital models where onsite/hopping modifiers would return unexpected
Expand Down
13 changes: 0 additions & 13 deletions support/rtd_environment.yml

This file was deleted.

6 changes: 6 additions & 0 deletions support/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake
numpy
scipy
matplotlib
nbconvert
numpydoc

0 comments on commit a1382e9

Please sign in to comment.