diff options
| author | Mike Toews <mwtoews@gmail.com> | 2018-06-10 16:08:32 +1200 |
|---|---|---|
| committer | Mike Toews <mwtoews@gmail.com> | 2018-06-10 17:02:28 +1200 |
| commit | 13b82cd0b05e5d5206fdf9773c8a7d5eb88309be (patch) | |
| tree | 233ce2d799d00fec9ccc234c5e2674903a963215 /docs/source/conf.py | |
| parent | fa62d68b95b6295c204f3b9c91f5cef7a73c436c (diff) | |
| download | PROJ-13b82cd0b05e5d5206fdf9773c8a7d5eb88309be.tar.gz PROJ-13b82cd0b05e5d5206fdf9773c8a7d5eb88309be.zip | |
rewrite references using BibTeX and sphinxcontrib-bibtex
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
