[Doc] Bug fix on the incompatible sphinx bibtex version. Constrain to the right version.
This commit is contained in:
parent
c278bb0a5f
commit
024bc17b84
|
@ -6,7 +6,7 @@
|
||||||
#recommonmark
|
#recommonmark
|
||||||
|
|
||||||
#Handle references in bibtex format
|
#Handle references in bibtex format
|
||||||
sphinxcontrib-bibtex
|
sphinxcontrib-bibtex<2.0.0
|
||||||
|
|
||||||
#Work-around bug "AttributeError: 'Values' object has no attribute 'character_level_inline_markup'" with docutils 0.13.1
|
#Work-around bug "AttributeError: 'Values' object has no attribute 'character_level_inline_markup'" with docutils 0.13.1
|
||||||
#See:
|
#See:
|
||||||
|
|
Loading…
Reference in New Issue