Skip to content

Commit

Permalink
DOC: update navigation bar with 0.3 release (#623)
Browse files Browse the repository at this point in the history
* DOC: update navbar.html with 0.3

* DOC: update copyright date in conf.py
  • Loading branch information
rythorpe authored Mar 20, 2023
1 parent cc8bd6a commit d9b27a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<li><a href="https://jonescompneurolab.github.io/hnn-core/stable/index.html">Stable</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.1/index.html">v0.1</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.2/index.html">v0.2</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.3/index.html">v0.3</a></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# -- Project information -----------------------------------------------------

project = 'hnn-core'
copyright = '2021, HNN Developers'
copyright = '2023, HNN Developers'
author = 'HNN Developers'

# The short X.Y version
Expand Down

0 comments on commit d9b27a9

Please sign in to comment.