Skip to content

Commit eb6d339

Browse files
committed
removed version requirement for sphinx bibtex extension
1 parent a6e13f5 commit eb6d339

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# so that RTD can import and use them
1010
extensions.extend(["sphinxcontrib.bibtex"])
1111

12+
# bibtex file
13+
bibtex_bibfiles = ["machFramework/references.bib"]
14+
1215
# Specify the baseurls for the projects I want to link to
1316
intersphinx_mapping = {
1417
"pyoptsparse": ("https://mdolab-pyoptsparse.readthedocs-hosted.com/en/latest", None),

machFramework/citeUs.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ See the following papers for technical background of the above modules. **If you
1212

1313
- **DAFoam** :cite:`He2018b`
1414

15-
.. bibliography:: references.bib
16-
:style: unsrt
15+
.. bibliography::

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinxcontrib-bibtex==1.0.0
1+
sphinxcontrib-bibtex
22
sphinx_mdolab_theme

0 commit comments

Comments
 (0)