Fix the project name in the docs

This commit is contained in:
Gavin M. Roy 2014-08-28 22:31:18 -04:00
parent 5bb05e461d
commit 1e09a2317b

View file

@ -12,7 +12,7 @@ extensions = [
templates_path = []
source_suffix = '.rst'
master_doc = 'index'
project = '{{cookiecutter.project_name}}'
project = 'sprockets.{{cookiecutter.project_name}}'
copyright = '{{cookiecutter.year}}, {{cookiecutter.full_name}}'
version = '.'.join(__version__.split('.')[0:1])
release = __version__