2021-12-11 21:36:05 +00:00
|
|
|
# Configuration file for the Sphinx documentation builder.
|
|
|
|
#
|
2021-12-11 21:39:51 +00:00
|
|
|
# This file only contains a selection of the most common options. For
|
|
|
|
# a full list see the documentation:
|
2021-12-11 21:36:05 +00:00
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
|
|
|
#
|
2021-12-11 21:39:51 +00:00
|
|
|
# To see the default sample conf.py, run sphinx-quickstart in an empty
|
|
|
|
# directory. Most of the original comments and options were removed.
|
2021-12-11 21:36:05 +00:00
|
|
|
|
|
|
|
project = 'QPDF'
|
2021-12-11 21:39:51 +00:00
|
|
|
copyright = '2005-2021, Jay Berkenbilt'
|
2021-12-11 21:36:05 +00:00
|
|
|
author = 'Jay Berkenbilt'
|
|
|
|
release = '10.4.0'
|
2021-12-18 14:01:52 +00:00
|
|
|
html_theme = 'agogo'
|
|
|
|
html_theme_options = {
|
|
|
|
"body_max_width": None,
|
|
|
|
}
|