You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2018/06/19 19:39:12 UTC

[trafficcontrol] 02/03: Fix jvd auth references

This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 48bf4351273a8c1a61361a06ad3c67c01370abb4
Author: Jan van Doorn <jv...@knutsel.com>
AuthorDate: Tue Jun 19 13:26:20 2018 -0600

    Fix jvd auth references
---
 docs/source/conf.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5df82ca..9c22d15 100755
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -33,8 +33,8 @@
 # -- Project information -----------------------------------------------------
 
 project = 'Traffic Control'
-copyright = '2018, jvd'
-author = 'jvd'
+copyright = '2018, Apache Traffic Control'
+author = 'Apache Traffic Control'
 
 # The short X.Y version
 version = ''
@@ -141,8 +141,8 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'trafficcontrol.tex', 'trafficcontrol Documentation',
-     'jvd', 'manual'),
+    (master_doc, 'trafficcontrol.tex', 'Apache Traffic Control Documentation',
+     'Apache Traffic Control', 'manual'),
 ]
 
 
@@ -151,7 +151,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'trafficcontrol', 'trafficcontrol Documentation',
+    (master_doc, 'Apache Traffic Control', 'Apache Traffic Control Documentation',
      [author], 1)
 ]