Skip to content

Commit

Permalink
fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Mar 2, 2022
1 parent bcbeb30 commit 6e794ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/source/_static/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$(document).ready(function () {
$('a.repository-button').attr('target', '_blank');
$('a.issues-button').attr('target', '_blank').attr('href', 'https://github.com/IMMM-SFA/msd_uncertainty_ebook/issues/new?assignees=thurber%2C+crvernon&labels=documentation%2C+triage&template=custom.md&title=Publication+Feedback');
});
6 changes: 1 addition & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = ['custom.css']

# add in the IM3 logo into the top left sidebar if so desired
# html_theme_options = {
# 'logo': 'im3.png'
# }
html_js_files = ['custom.js']

# -- Options for Latex
master_doc = 'index'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Addressing Uncertainty in MultiSector Dynamics Research
.. raw:: html

<p>
See something that could be improved? <a target="_blank" href="https://github.com/IMMM-SFA/msd_uncertainty_ebook/issues/new">Open an issue</a> on GitHub!
Report a typo or just pass along something you like about the book by <a target="_blank" href="https://github.com/IMMM-SFA/msd_uncertainty_ebook/issues/new?assignees=thurber%2C+crvernon&labels=documentation%2C+triage&template=custom.md&title=Publication+Feedback">opening an issue</a> on GitHub!
<br/>
Click or tap the <i style="padding: 0 0.25rem;" class="fab fa-github"></i> icon to find this link again.
</p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_requirements():
'nbsphinx~=0.8.6',
'setuptools~=57.0.0',
'sphinx~=4.0.2',
'sphinx-rtd-theme~=0.5.2',
'sphinx-book-theme~=0.2.0',
'sphinxcontrib-bibtex~=2.4.1',
'twine~=3.4.1'
]
Expand Down

0 comments on commit 6e794ed

Please sign in to comment.