File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 2
2
# used by Read The Docs to install python required
3
3
# modules with pip.
4
4
5
- Sphinx == 3.1
5
+ sphinx
6
6
sphinx_rtd_theme
7
7
8
8
# Support custom domains
@@ -16,16 +16,8 @@ myst_parser
16
16
git+https://github.com/SymbiFlow/sphinxcontrib-markdown-symlinks
17
17
18
18
#Handle references in bibtex format
19
- #
20
- # To work around citations not resolving we need to use a version < 1 (0.4.2 is the latest), until
21
- # we upgrade to using sphinx-2.0
22
- sphinxcontrib-bibtex == 0.4.2
23
-
24
- #Work-around bug "AttributeError: 'Values' object has no attribute 'character_level_inline_markup'" with docutils 0.13.1
25
- #See:
26
- # * https://github.com/sphinx-doc/sphinx/issues/3951
27
- # * https://sourceforge.net/p/docutils/bugs/304/
28
- docutils == 0.17.1
19
+
20
+ sphinxcontrib-bibtex
29
21
30
22
#Generates a project specific 404 (page not found) page
31
23
sphinx-notfound-page
Original file line number Diff line number Diff line change 72
72
73
73
if have_sphinxcontrib_bibtex :
74
74
extensions .append ("sphinxcontrib.bibtex" )
75
+ bibtex_bibfiles = ["z_references.bib" ]
75
76
else :
76
77
print (
77
78
"Warning: Could not find sphinxcontrib.bibtex for managing citations, attempting to build anyway..."
You can’t perform that action at this time.
0 commit comments