Skip to content

Commit

Permalink
update sphinx extensions, remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Nov 17, 2021
1 parent 063ba2a commit ed5f874
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 70 deletions.
63 changes: 0 additions & 63 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion _ext/geosciapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import sphinx
from sphinx.locale import _
from sphinx.environment import NoUri
from sphinx.errors import NoUri
from sphinx.util.nodes import set_source_info
from docutils.parsers.rst import Directive
from docutils.parsers.rst.directives.admonitions import BaseAdmonition
Expand Down
2 changes: 1 addition & 1 deletion _ext/purpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import sphinx
from sphinx.locale import _
from sphinx.environment import NoUri
from sphinx.errors import NoUri
from sphinx.util.nodes import set_source_info
from docutils.parsers.rst import Directive
from docutils.parsers.rst.directives.admonitions import BaseAdmonition
Expand Down
2 changes: 1 addition & 1 deletion _ext/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import sphinx
from sphinx.locale import _
from sphinx.environment import NoUri
from sphinx.errors import NoUri
from sphinx.util.nodes import set_source_info
from docutils.parsers.rst import Directive
from docutils.parsers.rst.directives.admonitions import BaseAdmonition
Expand Down
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
# 'sphinx_gallery.gen_gallery',
]

bibtex_bibfiles = ['./content/references.bib']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
8 changes: 4 additions & 4 deletions contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Thibaut Astic
<div class="row" style="min-height: 170px">
<div class="col-md-4">

<a class="reference internal image-reference" href="https://github.com/simpeg/website/tree/master/www/img/people/thibaut.jpg"><img alt="https://github.com/simpeg/website/tree/master/www/img/people/thibaut.jpg" class="align-left" src="https://github.com/simpeg/website/tree/master/www/img/people/thibaut.jpg" style="width: 120px; border-radius: 10px; vertical-align: text-middle padding-left="20px" /></a>
<a class="reference internal image-reference" href="http://simpeg.xyz/img/people/thibaut.jpg"><img alt="http://simpeg.xyz/img/people/thibaut.jpg" class="align-left" src="http://simpeg.xyz/img/people/thibaut.jpg" style="width: 120px; border-radius: 10px; vertical-align: text-middle padding-left="20px" /></a>
</div>
<div class="col-md-6" style="line-height: 1.5">
Expand Down Expand Up @@ -497,7 +497,7 @@ Dom Fournier
<div class="row" style="min-height: 170px">
<div class="col-md-4">
<a class="reference internal image-reference" href="https://github.com/simpeg/website/tree/master/www/img/people/dom.jpg"><img alt="https://github.com/simpeg/website/tree/master/www/img/people/dom.jpg" class="align-left" src="https://github.com/simpeg/website/tree/master/www/img/people/dom.jpg" style="width: 120px; border-radius: 10px; vertical-align: text-middle padding-left="20px" /></a>
<a class="reference internal image-reference" href="http://simpeg.xyz/img/people/dom.jpg"><img alt="http://simpeg.xyz/img/people/dom.jpg" class="align-left" src="http://simpeg.xyz/img/people/dom.jpg" style="width: 120px; border-radius: 10px; vertical-align: text-middle padding-left="20px" /></a>

</div>
<div class="col-md-6" style="line-height: 1.5">
Expand Down Expand Up @@ -1065,7 +1065,7 @@ Michael Mitchell
<div class="row" style="min-height: 170px">
<div class="col-md-4">
<a class="reference internal image-reference" href="https://github.com/simpeg/website/tree/master/www/img/people/mike.jpg"><img alt="https://github.com/simpeg/website/tree/master/www/img/people/mike.jpg" class="align-left" src="https://github.com/simpeg/website/tree/master/www/img/people/mike.jpg" style="width: 120px; border-radius: 10px; vertical-align: text-middle padding-left="20px" /></a>
<a class="reference internal image-reference" href="http://simpeg.xyz/img/people/mike.jpg"><img alt="http://simpeg.xyz/img/people/mike.jpg" class="align-left" src="http://simpeg.xyz/img/people/mike.jpg" style="width: 120px; border-radius: 10px; vertical-align: text-middle padding-left="20px" /></a>

</div>
<div class="col-md-6" style="line-height: 1.5">
Expand Down Expand Up @@ -1615,4 +1615,4 @@ Dikun Yang
</div>




0 comments on commit ed5f874

Please sign in to comment.