From fa2030d0611b935f6626016ef16174293ada6375 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sat, 22 Sep 2018 11:44:19 +0200
Subject: [PATCH] Remove wrapperclass to avoid error Unknown configure key: latex_elements['wrapperclass']. ignored.

---
 docs/conf.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index bc7e89b..0b3fb65 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -323,7 +323,6 @@
 
 latex_elements = {
     'preamble': _PREAMBLE,
-    'wrapperclass': 'book',
     'date': '',
     'releasename': 'Version',
     'title': r'The Pyramid Web Framework',

--
Gitblit v1.9.3