aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-08-22 07:32:28 -0400
committerRapptz <[email protected]>2015-08-22 07:43:41 -0400
commit44953e7a3ffed1e5ad5ee1e5eead6b059615d401 (patch)
tree9b110f53f3cf6649a8a530b12eef19576b0b481c /docs/conf.py
parentSome documentation warning fixes. (diff)
downloaddiscord.py-44953e7a3ffed1e5ad5ee1e5eead6b059615d401.tar.xz
discord.py-44953e7a3ffed1e5ad5ee1e5eead6b059615d401.zip
Rename project from pydiscord to discord.py
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f47a0f62..2c784de4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# pydiscord documentation build configuration file, created by
+# discord.py documentation build configuration file, created by
# sphinx-quickstart on Fri Aug 21 05:43:30 2015.
#
# This file is execfile()d with the current directory set to its
@@ -45,7 +45,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'pydiscord'
+project = u'discord.py'
copyright = u'2015, Rapptz'
# The version info for the project you're documenting, acts as replacement for
@@ -197,7 +197,7 @@ html_static_path = ['_static']
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
-htmlhelp_basename = 'pydiscorddoc'
+htmlhelp_basename = 'discord.pydoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -219,7 +219,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'pydiscord.tex', u'pydiscord Documentation',
+ ('index', 'discord.py.tex', u'discord.py Documentation',
u'Rapptz', 'manual'),
]
@@ -249,7 +249,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'pydiscord', u'pydiscord Documentation',
+ ('index', 'discord.py', u'discord.py Documentation',
[u'Rapptz'], 1)
]
@@ -263,8 +263,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'pydiscord', u'pydiscord Documentation',
- u'Rapptz', 'pydiscord', 'One line description of project.',
+ ('index', 'discord.py', u'discord.py Documentation',
+ u'Rapptz', 'discord.py', 'One line description of project.',
'Miscellaneous'),
]