Skip to content

Commit

Permalink
Revert "Merge pull request sunpy#133 from wtbarnes/master"
Browse files Browse the repository at this point in the history
This reverts commit b869014, reversing
changes made to fd05b8e.
  • Loading branch information
wtbarnes committed Jul 23, 2018
1 parent af2e7a7 commit 98f7a34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 854 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: python
python:
- 3.6

before_install: "sudo apt-get install -y pandoc"

install: "pip install -r requirements.txt"

script: make html
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

sys.path.append(os.path.abspath('exts'))
extensions = ['sphinx.ext.githubpages', 'ablog', 'sphinxcontrib.rawfiles', 'cards',
'sphinx.ext.intersphinx', 'nbsphinx', 'sphinx.ext.mathjax']
'sphinx.ext.intersphinx', 'sphinx.ext.imgmath', 'nbsphinx']
templates_path = [ablog.get_html_templates_path()]

intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
Expand All @@ -19,7 +19,7 @@

rawfiles = ['jitsi.html']

mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
imgmath_image_format = 'svg'

disqus_shortname = 'sunpy-org'
blog_baseurl = 'https://sunpy.org/blog.html'
Expand Down
850 changes: 0 additions & 850 deletions posts/2018/2018-07-21-coronal-loop-coordinates.ipynb

This file was deleted.

0 comments on commit 98f7a34

Please sign in to comment.