Skip to content

Commit

Permalink
Update for ReadtheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Sep 24, 2023
1 parent 6b0ccf4 commit 023e237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@


## Erics nb sphinx
nbsphinx_allow_errors = True

# This is processed by Jinja2 and inserted before each notebook
# Some change in dependencies made us need to replace `var` with
Expand All @@ -79,13 +80,13 @@
<div class="admonition note">
<p>This page was generated from
<a class="reference external" href="https://github.com/SarahShi/PyIRoGlass/blob/{{ git_ref|e }}/{{ docname|e }}">{{ docname|e }}</a>.
<a class="reference external" href="https://github.com/PennyWieser/DiadFit/blob/{{ git_ref|e }}/{{ docname|e }}">{{ docname|e }}</a>.
Interactive online version:
<a href="https://mybinder.org/v2/gh/SarahShi/PyIRoGlass/{{ git_ref|e }}?filepath={{ docname|e }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.
<a href="https://mybinder.org/v2/gh/PennyWieser/DiadFit/{{ git_ref|e }}?filepath={{ docname|e }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.
</p>
<p>
<a class="reference download internal" download="" href="https://github.com/SarahShi/PyIRoGlass/blob/{{ git_ref|e }}/{{ docname|e }}"><code class="xref download docutils literal notranslate"><span class="pre">Python</span> <span class="pre">Notebook</span> <span class="pre">Download</span></code></a>
<a class="reference download internal" download="" href="https://github.com/PennyWieser/DiadFit/blob/{{ git_ref|e }}/{{ docname|e }}"><code class="xref download docutils literal notranslate"><span class="pre">Python</span> <span class="pre">Notebook</span> <span class="pre">Download</span></code></a>
</p>
<script>
if (document.location.host) {
Expand Down Expand Up @@ -127,7 +128,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = 'en'
language = None

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -154,7 +155,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ['_static']
html_static_path = ['_static']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ scipy
mc3
pykrige
peakdetect
PyIRoGlass

0 comments on commit 023e237

Please sign in to comment.