.. _CONFIG_TEMPLATE_SPHINX_DEFAULT: ******* default ******* .. raw:: html The *default* provides a standard style contained in *sphinx*. .. only:: singlehtml .. container:: figabstract .. figurewrap:: _static/default.png :width-latex: 400 :width: 600 :target-html: _static/default.png :align: center Figure: Theme 'default' .. only:: not singlehtml .. figurewrap:: _static/default.png :width-latex: 400 :width: 600 :target-html: _static/default.png :align: center Figure: Theme 'default' **configuration** The current example implementation contains the files within the default path: .. parsed-literal:: setupddocx/configurations/sphinx/default .. raw:: html
+--------------------------------+-----------------------------------------+ | file | remark | +================================+=========================================+ | docsrc/conf.py | adds configuration variables | +--------------------------------+-----------------------------------------+ | docsrc/index.rst | adaptation of totree | +--------------------------------+-----------------------------------------+ | docsrc/index_application.rst | adaptation of totree | +--------------------------------+-----------------------------------------+ | docsrc/index_documentation.rst | adaptation of totree | +--------------------------------+-----------------------------------------+ | docsrc/index_starthere.rst | adaptation of totree | +--------------------------------+-----------------------------------------+ | docsrc/_static/custom.css | sets some custom colors and sizes | +--------------------------------+-----------------------------------------+ | docsrc/_static/favicon.ico | provides a demo favicon, requires *ICO* | +--------------------------------+-----------------------------------------+ | docsrc/_static/logo.png | provides a demo logo, requires *PNG* | +--------------------------------+-----------------------------------------+ .. raw:: html
**call** The call creates a html document within the local directory *doc* .. parsed-literal:: python setup.py -q \\ build_docx \\ --apiref \\ --conf-dir setupdocx/configurations/default/ \\ --indexsrc=docsrc/index.rst \\ --docname setupdocx-default \\ install_docx \\ --dist-dir doc \\ --docname=setupdocx-default # cut-and-paste for execution # for readability split acros multiple lines