Skip to content

Commit

Permalink
[sphinx] use new version of sphinxcontrib.bibtex
Browse files Browse the repository at this point in the history
revert previous commit to patch things, just use the latest version
declaring the file containing the references
  • Loading branch information
simogasp committed Nov 28, 2023
1 parent 14c4ad6 commit fa8dc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx>=1.9.0
sphinx_rtd_theme
sphinxcontrib-bibtex<2.0.0
sphinxcontrib-bibtexpip3
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme', 'sphinxcontrib.bibtex']
bibtex_bibfiles = ['refs.bib']
sphinxVersion = sphinx.version_info
if(sphinxVersion[0] <= 1 and sphinxVersion[1] <= 8) :
extensions.append('sphinx.ext.pngmath')
Expand Down

0 comments on commit fa8dc8e

Please sign in to comment.