summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:24:30 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:29:41 +0100
commit213a47cf5fc9672271d98b898683727dafe0570b (patch)
treede157c6c3e652f646f39bdf7c7e4f9b278a80957 /docs
parentf4273e75250dd36c88d63dc075ae45650a5172e9 (diff)
downloadoauthlib-213a47cf5fc9672271d98b898683727dafe0570b.tar.gz
Replace latest occurences of Gazit w/ new community
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bd8750e..f1a489a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -191,7 +191,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'OAuthLib.tex', u'OAuthLib Documentation',
- u'Idan Gazit and the Python Community', 'manual'),
+ u'The OAuhthlib Community', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -221,7 +221,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oauthlib', u'OAuthLib Documentation',
- [u'Idan Gazit and the Python Community'], 1)
+ [u'The OAuthlib Community'], 1)
]
# If true, show URL addresses after external links.
@@ -235,7 +235,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'OAuthLib', u'OAuthLib Documentation',
- u'Idan Gazit and the Python Community', 'OAuthLib', 'One line description of project.',
+ u'The OAuthlib Community', 'OAuthLib', 'One line description of project.',
'Miscellaneous'),
]