Skip to content

Commit

Permalink
Fix compatibility with bibtex 2.0.0. (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd authored Dec 29, 2020
1 parent 091640a commit b785bf5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
# nbsphinx settings
nbsphinx_execute = 'never'

# sphinx bibtext settings
bibtex_bibfiles = [
os.path.join('properties', 'commonworkflows.bib'),
os.path.join('properties', 'gradients.bib'),
os.path.join('properties', 'properties.bib'),
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit b785bf5

Please sign in to comment.