From 13b82cd0b05e5d5206fdf9773c8a7d5eb88309be Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sun, 10 Jun 2018 16:08:32 +1200 Subject: rewrite references using BibTeX and sphinxcontrib-bibtex --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index b3c5bfea..81a683d6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,6 +31,7 @@ import datetime # ones. extensions = [ 'sphinx.ext.mathjax', + 'sphinxcontrib.bibtex', ] # Add any paths that contain templates here, relative to this directory. -- cgit v1.2.3