fix build with sphinxcontrib-bibtex (RHBZ #1921498)

This commit is contained in:
Markus 2021-01-28 18:23:48 +01:00
parent cf56daa0c3
commit cccef5f1bf
1 changed files with 10 additions and 0 deletions

10
PDAL_sphinxconf.patch Normal file
View File

@ -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']