Skip to content

Commit 624442c

Browse files
committed
doc: Fix citations not resolving properly
1 parent f5e6b19 commit 624442c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

doc/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ recommonmark
1212
sphinx-markdown-tables
1313

1414
#Handle references in bibtex format
15-
sphinxcontrib-bibtex
15+
#
16+
# To work around citations not resolving we need to use a version < 1 (0.4.2 is the latest), until
17+
# we upgrade to using sphinx-2.0
18+
sphinxcontrib-bibtex==0.4.2
1619

1720
#Work-around bug "AttributeError: 'Values' object has no attribute 'character_level_inline_markup'" with docutils 0.13.1
1821
#See:

doc/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more specific documentation about VPR see :ref:`vpr`.
3636

3737
contact
3838
glossary
39-
references
39+
zreferences
4040

4141
Indices and tables
4242
==================
File renamed without changes.

0 commit comments

Comments
 (0)