From 3b3542ce45dd05b6b95164e94f35a315119bb7ee Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Fri, 10 Jan 2014 14:00:11 +0530 Subject: [PATCH] chore(docs): update default year to 2014. --- README.rst | 2 +- cookiecutter.json | 2 +- {{cookiecutter.repo_name}}/docs/conf.py | 2 +- {{cookiecutter.repo_name}}/docs/index.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0a679baf..dcd583fb 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ It prompts you for questions. Answer them:: author_name (default is "Your Name")? Daniel Greenfeld email (default is "Your email")? pydanny@gmail.com description (default is "A short description of the project.")? A reddit clone. - year (default is "Current year")? 2013 + year (default is "Current year")? 2014 domain_name (default is "Domain name")? diff --git a/cookiecutter.json b/cookiecutter.json index bbc09299..1f42e8ed 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -4,7 +4,7 @@ "author_name": "Your Name", "email": "Your email", "description": "A short description of the project.", - "year": "2013", + "year": "2014", "domain_name": "example.com", "version": "0.1.0" } diff --git a/{{cookiecutter.repo_name}}/docs/conf.py b/{{cookiecutter.repo_name}}/docs/conf.py index 84ac16c3..b11a72df 100644 --- a/{{cookiecutter.repo_name}}/docs/conf.py +++ b/{{cookiecutter.repo_name}}/docs/conf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # {{ cookiecutter.project_name }} documentation build configuration file, created by -# sphinx-quickstart on Sun Feb 17 11:46:20 2013. +# sphinx-quickstart. # # This file is execfile()d with the current directory set to its containing dir. # diff --git a/{{cookiecutter.repo_name}}/docs/index.rst b/{{cookiecutter.repo_name}}/docs/index.rst index ff8405fb..3ae55a13 100644 --- a/{{cookiecutter.repo_name}}/docs/index.rst +++ b/{{cookiecutter.repo_name}}/docs/index.rst @@ -1,5 +1,5 @@ .. {{ cookiecutter.project_name }} documentation master file, created by - sphinx-quickstart on Sun Feb 17 11:46:20 2013. + sphinx-quickstart. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive.