mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 11:46:35 +00:00
0e6b6a240b
The agogo theme doesn't do very well on narrow screens. The code blocks were used for shell commands but were using Python syntax highlighting.
18 lines
552 B
Python
18 lines
552 B
Python
# Configuration file for the Sphinx documentation builder.
|
|
#
|
|
# This file only contains a selection of the most common options. For
|
|
# a full list see the documentation:
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
|
#
|
|
# To see the default sample conf.py, run sphinx-quickstart in an empty
|
|
# directory. Most of the original comments and options were removed.
|
|
|
|
project = 'QPDF'
|
|
copyright = '2005-2021, Jay Berkenbilt'
|
|
author = 'Jay Berkenbilt'
|
|
release = '10.4.0'
|
|
html_theme = 'nature'
|
|
html_theme_options = {
|
|
"body_max_width": None,
|
|
}
|