From 602dfa78c254b9ce2880bd5ab729a254e54813e2 Mon Sep 17 00:00:00 2001 From: Peter Yard Date: Fri, 24 Feb 2012 17:19:09 +1000 Subject: Docs: allow standalone builds of documentation. Change-Id: Iafd4dd55fbbf726e8991365b154e36642cc2688a Reviewed-by: Alex --- doc/config/qt-html-default-styles.qdocconf | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/config/qt-html-default-styles.qdocconf (limited to 'doc/config/qt-html-default-styles.qdocconf') diff --git a/doc/config/qt-html-default-styles.qdocconf b/doc/config/qt-html-default-styles.qdocconf new file mode 100644 index 00000000..b2e39d02 --- /dev/null +++ b/doc/config/qt-html-default-styles.qdocconf @@ -0,0 +1,32 @@ +# Define the location of the templates to use. Style sheets and scripts are +# specified relative to the template directory and will be copied into +# subdirectories of the output directory. + +HTML.templatedir = . + +HTML.stylesheets = style/offline.css + +HTML.scripts = + +# Files not referenced in any qdoc file (last four needed by qtdemo) +# See also qhp.Qt.extraFiles +extraimages.HTML = qt-logo.png \ + arrow_down.png \ + breadcrumb.png \ + bullet_gt.png \ + bullet_dn.png \ + bullet_sq.png \ + bullet_up.png \ + horBar.png \ + sprites-combined.png + +# Include the style sheets and scripts used. + +HTML.headerstyles = \ + " \n" + +HTML.headerscripts = + +HTML.endheader = \ + "\n" \ + "\n" -- cgit v1.2.3