summarylogtreecommitdiffstats
path: root/sphinx_351.patch
blob: 547808a9ae6b2912b85a15939309e1300c38e6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/docs/conf.py b/docs/conf.py
index d55711a2..fe409f71 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -164,6 +164,9 @@ todo_include_todos = True
 
 extensions.append('sphinxcontrib.bibtex')
 
+# Add bibfile
+bibtex_bibfiles = ['references.bib']
+
 # Touch the bibliography file to force a rebuild of it
 Path('zz_bibliography.rst').touch()
 
@@ -370,4 +373,4 @@ def custom_step(app):
 def setup(app):
     # Texinfo
     app.connect("builder-inited", custom_step)
-    app.add_stylesheet('theme_overrides.css')
+    app.add_css_file('theme_overrides.css')