PDAL/PDAL_sphinxconf.patch

14 lines
643 B
Diff

--- PDAL-2.5.1-src.orig/doc/conf.py 2023-02-10 15:53:57.000000000 +0100
+++ PDAL-2.5.1-src/doc/conf.py 2023-02-11 14:09:20.893130476 +0100
@@ -56,8 +56,9 @@ sys.path.insert(0, os.path.abspath('.'))
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['breathe', 'sphinx.ext.autodoc',
'sphinx.ext.mathjax', 'sphinx.ext.intersphinx',
- 'sphinxcontrib.bibtex', 'embed','notfound.extension']
+ 'sphinxcontrib.bibtex', 'embed']
+bibtex_bibfiles = ['bibliography.bib']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']