Skip to content

Commit

Permalink
Add link to paper on website (#198)
Browse files Browse the repository at this point in the history
Closes #119 

* Add paper template
* Change sidebar elements
  • Loading branch information
vferat authored Sep 11, 2024
1 parent 25d393b commit 39ec29c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/_templates/paper.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href="https://doi.org/10.21105/joss.04564"><img src="https://joss.theoj.org/papers/10.21105/joss.04564/status.svg"></a>
6 changes: 6 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
"pygment_dark_style": "native",
}

html_sidebars = {
"**": [
"paper",
"sidebar-nav-bs",
"sidebar-ethical-ads"]
}
# -- autodoc -----------------------------------------------------------------
# autodoc
autodoc_typehints = "none"
Expand Down

0 comments on commit 39ec29c

Please sign in to comment.