[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/conf.py Make static path independent from cwd.

Uli Fouquet uli at gnufix.de
Sun Feb 24 12:11:07 EST 2008


Log message for revision 84219:
  Make static path independent from cwd.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/conf.py

-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/conf.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/conf.py	2008-02-24 17:06:14 UTC (rev 84218)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/conf.py	2008-02-24 17:11:06 UTC (rev 84219)
@@ -116,7 +116,7 @@
 # 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']
+html_static_path = [path.join(path.abspath(curdir), '.static')]
 
 
 # Options for LaTeX output



More information about the Checkins mailing list