]> git.phdru.name Git - ppu.git/blobdiff - docs/conf.py
Rename the project to Portable Python Utilities
[ppu.git] / docs / conf.py
index da4a083d928322fff759c216124b84cdf4c1ee51..46fe5f2a4e273bf8471dafd5830c1607545f36c4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# remove-old-files documentation build configuration file, created by
+# ppu documentation build configuration file, created by
 # sphinx-quickstart on Sat Apr 15 20:37:34 2017.
 #
 # This file is execfile()d with the current directory set to its
@@ -46,7 +46,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = 'remove-old-files'
+project = 'Portable Python Utilities'
 copyright = '2017, Oleg Broytman'
 author = 'Oleg Broytman'
 
@@ -100,7 +100,7 @@ html_static_path = ['_static']
 # -- Options for HTMLHelp output ------------------------------------------
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'remove-old-filesdoc'
+htmlhelp_basename = 'ppudoc'
 
 
 # -- Options for LaTeX output ---------------------------------------------
@@ -127,7 +127,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'remove-old-files.tex', 'remove-old-files Documentation',
+    (master_doc, 'ppu.tex', 'Portable Python Utilities Documentation',
      'Oleg Broytman', 'manual'),
 ]
 
@@ -137,7 +137,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'remove-old-files', 'remove-old-files Documentation',
+    (master_doc, 'ppu', 'Portable Python Utilities Documentation',
      [author], 1)
 ]
 
@@ -148,8 +148,8 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'remove-old-files', 'remove-old-files Documentation',
-     author, 'remove-old-files', 'One line description of project.',
+    (master_doc, 'ppu', 'Portable Python Utilities Documentation',
+     author, 'ppu', 'Portable Python Utilities.',
      'Miscellaneous'),
 ]