We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e6b19 commit 624442cCopy full SHA for 624442c
doc/requirements.txt
@@ -12,7 +12,10 @@ recommonmark
12
sphinx-markdown-tables
13
14
#Handle references in bibtex format
15
-sphinxcontrib-bibtex
+#
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
19
20
#Work-around bug "AttributeError: 'Values' object has no attribute 'character_level_inline_markup'" with docutils 0.13.1
21
#See:
doc/src/index.rst
@@ -36,7 +36,7 @@ For more specific documentation about VPR see :ref:`vpr`.
36
37
contact
38
glossary
39
- references
+ zreferences
40
41
Indices and tables
42
==================
doc/src/references.rst renamed to doc/src/zreferences.rst
0 commit comments