summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2021-02-03 10:24:09 -0700
committerGedare Bloom <gedare@rtems.org>2021-02-18 13:03:34 -0700
commit4563bb6a8b5622b8502437929f6fde223d483c0c (patch)
tree8b073511a5c40638f2c37e221a46d3e125475066 /common/conf.py
parentc-user: Generate clock manager documentation (diff)
downloadrtems-docs-4563bb6a8b5622b8502437929f6fde223d483c0c.tar.bz2
common: use bibtex_bibfiles for newer bibtex
Closes #4229.
Diffstat (limited to '')
-rw-r--r--common/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/conf.py b/common/conf.py
index 8fb06db..a652e2a 100644
--- a/common/conf.py
+++ b/common/conf.py
@@ -12,6 +12,8 @@ extensions = [
"rtemsdomain",
]
+bibtex_bibfiles = ['../common/refs.bib']
+
extlinks = {'release_path': ('https://ftp.rtems.org/pub/rtems/releases', None) }
# Add any paths that contain templates here, relative to this directory.