Skip to content

Commit

Permalink
Bump the version of sphinxcontrib-bibtex (#382)
Browse files Browse the repository at this point in the history
This was previously pinned due to an incompatible change in version 2.0 that we were not ready for.

The new version of sphinxcontrib-bibtex shows citation information in a tooltip.
  • Loading branch information
eric-wieser committed Jul 20, 2021
1 parent 659f75b commit d684ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
#'sphinx.ext.mathjax',
]

bibtex_bibfiles = ['refs.bib']

nbsphinx_execute = 'always'
nbsphinx_allow_errors = True
nbsphinx_kernel_name = 'python'
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nbsphinx
ipywidgets
sphinx>=2.4
sphinx_rtd_theme>=0.5.0
sphinxcontrib-bibtex<2.0.0
sphinxcontrib-bibtex>=2.3.0

# needed to avoid https://github.com/sphinx-doc/sphinx/issues/8198
pygments>=2.4.1
Expand Down

0 comments on commit d684ab1

Please sign in to comment.