Skip to content

Commit

Permalink
Try to pin sphinx book theme (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jun 25, 2022
1 parent eaf4545 commit 9d4e47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@

# This is necessary to have an optional footer
html_sidebars = {
"**": ["sidebar-logo.html", "search-field.html",
"**": ["sidebar-logo.html",
"search-field.html",
"sbt-sidebar-nav.html"]
}

Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pytest
- seaborn
- sphinx
- sphinx-book-theme
- sphinx-book-theme>=0.3.2
- ipython
- numpydoc
- sphinx-intl
Expand Down

0 comments on commit 9d4e47c

Please sign in to comment.