From 093c7e121b53f0bdff33677f91459192d400472d Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 3 Jan 2009 01:25:03 +0000 Subject: [PATCH] docs: more updates to Makefile and conf.py --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40624 --- scrapy/trunk/docs/Makefile | 3 +-- scrapy/trunk/docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scrapy/trunk/docs/Makefile b/scrapy/trunk/docs/Makefile index 31b630a26..c6e4dd64d 100644 --- a/scrapy/trunk/docs/Makefile +++ b/scrapy/trunk/docs/Makefile @@ -1,11 +1,10 @@ # -# Makefile for Scrapy documentation +# Makefile for Scrapy documentation [based on Python documentation Makefile] # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # You can set these variables from the command line. PYTHON = python -SVNROOT = http://svn.python.org/projects SPHINXOPTS = PAPER = SOURCES = diff --git a/scrapy/trunk/docs/conf.py b/scrapy/trunk/docs/conf.py index c2e155a17..0baeb8c32 100644 --- a/scrapy/trunk/docs/conf.py +++ b/scrapy/trunk/docs/conf.py @@ -39,7 +39,7 @@ master_doc = 'index' # General information about the project. project = u'Scrapy' -copyright = u'2008, Insophia' +copyright = u'2008-2009, Insophia' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -116,11 +116,11 @@ html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {}