From 2375da9afe98efeee84a155cbd2aebd87ddb0ed7 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sat, 22 Sep 2018 11:45:44 +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 12268ca..4f9fb96 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -325,7 +325,6 @@
 
 latex_elements = {
     'preamble': _PREAMBLE,
-    'wrapperclass': 'book',
     'date': '',
     'releasename': 'Version',
     'title': r'The Pyramid Web Framework',

--
Gitblit v1.9.3