From cccef5f1bf61bfbda5655674035153459c1b997e Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 28 Jan 2021 18:23:48 +0100 Subject: [PATCH] fix build with sphinxcontrib-bibtex (RHBZ #1921498) --- PDAL_sphinxconf.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PDAL_sphinxconf.patch diff --git a/PDAL_sphinxconf.patch b/PDAL_sphinxconf.patch new file mode 100644 index 0000000..f3ff3ad --- /dev/null +++ b/PDAL_sphinxconf.patch @@ -0,0 +1,10 @@ +--- PDAL-2.2.0-src/doc/conf.py.orig 2021-01-28 17:38:42.806368389 +0100 ++++ PDAL-2.2.0-src/doc/conf.py 2021-01-28 17:39:31.006941263 +0100 +@@ -58,6 +58,7 @@ extensions = ['breathe', 'sphinx.ext.aut + 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx', + 'sphinxcontrib.bibtex', 'embed','sphinxcontrib.spelling'] + ++bibtex_bibfiles = ['bibliography.bib'] + + # Add any paths that contain templates here, relative to this directory. + templates_path = ['_templates']