5.1.2.3. Guzzle - guzzle_sphinx_theme¶
The guzzle_sphinx_theme provides a standard style contained in sphinx.
configuration
The current example implementation contains the files within the default path:
setupddocx/configurations/sphinx/guzzle_sphinx_theme
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
call
The call creates a html document within the local directory doc
python setup.py -q \ build_docx \ --apiref \ --conf-dir setupdocx/configurations/guzzle_sphinx_theme/ \ --indexsrc=docsrc/index.rst \ --docname setupdocx-guzzle_sphinx_theme \ install_docx \ --dist-dir doc \ --docname=setupdocx-guzzle_sphinx_theme # cut-and-paste for execution # for readability split acros multiple lines