[cig-commits] r15766 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Mon Oct 5 15:41:49 PDT 2009


Author: luis
Date: 2009-10-05 15:41:48 -0700 (Mon, 05 Oct 2009)
New Revision: 15766

Modified:
   doc/geodynamics.org/benchmarks/trunk/generate.py
Log:
Don't embed the CSS file in the documents. Link to it instead.

Modified: doc/geodynamics.org/benchmarks/trunk/generate.py
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/generate.py	2009-10-05 22:41:40 UTC (rev 15765)
+++ doc/geodynamics.org/benchmarks/trunk/generate.py	2009-10-05 22:41:48 UTC (rev 15766)
@@ -64,7 +64,10 @@
     rst = getrst(filename)
     assert os.path.exists(rst)
 
-    overrides = dict(stylesheet_path='./css/default.css')
+    overrides = dict(
+        embed_stylesheet=False,
+        stylesheet_path='./css/default.css',
+    )
 
     docutils.core.publish_file(
         source_path=rst,



More information about the CIG-COMMITS mailing list