Skip to content

Commit

Permalink
remove bibtex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceravel committed Jul 22, 2024
1 parent 9ac8d9f commit ed6fe92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@
]
extensions.extend([#'fix_equation_ref',
'sphinx_subfigure', 'numsec', 'figtable',
'singlehtml_toc', 'singletext', 'demeterdocs', 'appendix',
'sphinxcontrib.bibtex'
'singlehtml_toc', 'singletext', 'demeterdocs', 'appendix'
])

bibtex_bibfiles = ['references.bib']
#bibtex_bibfiles = ['references.bib']

mathjax3_config = {
'tex2jax': {
Expand Down

0 comments on commit ed6fe92

Please sign in to comment.