mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 18:47:48 +00:00
docs: Fix docs building
Docs building started failing after our dependency update. The reason is
that the updated sphinx bibtex extension started being a bit stricter in
their interpretation of bibliography files:
parsing bibtex file /home/jkt/work/TIP/oopt-gnpy/docs/biblio.bib...
Exception occurred:
File "/home/jkt/work/TIP/_py/lib64/python3.6/site-packages/pybtex/errors.py", line 78, in report_error
raise exception
pybtex.database.input.bibtex.DuplicatePersonField: entry with key bononi_modeling_2012 has a duplicate year field
Fix this by using `date` as field name when a full date is given.
This commit is contained in:
@@ -874,7 +874,7 @@ month={Sept},}
|
||||
number = {7},
|
||||
journal = {Optics Express},
|
||||
urlyear = {2017-11-14},
|
||||
year = {2012-03-26},
|
||||
date = {2012-03-26},
|
||||
year = {2012},
|
||||
pages = {7777},
|
||||
author = {Bononi, A. and Serena, P. and Rossi, N. and Grellier, E. and Vacondio, F.}
|
||||
@@ -1114,7 +1114,7 @@ month={Sept},}
|
||||
number = {26},
|
||||
journal = {Optics Express},
|
||||
urlyear = {2017-11-16},
|
||||
year = {2013-12-30},
|
||||
date = {2013-12-30},
|
||||
year = {2013},
|
||||
pages = {32254},
|
||||
author = {Bononi, Alberto and Beucher, Ottmar and Serena, Paolo}
|
||||
|
||||
Reference in New Issue
Block a user