[Python-checkins] devguide: Make the commit hook happy.

brett.cannon python-checkins at python.org
Thu Jan 6 21:56:23 CET 2011


brett.cannon pushed 8f5805901aa7 to devguide:

http://hg.python.org/devguide/rev/8f5805901aa7
changeset:   38:8f5805901aa7
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 06 12:56:18 2011 -0800
summary:
  Make the commit hook happy.

files:
  conf.py

diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -122,7 +122,8 @@
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# Commented out as Hg doesn't track empty directories.
+#html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list