Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / README.rst
blob41a99dd774c254e8124953285efd3682cfe9887c
1 ====================================
2 Docutils website menu + HTML5 writer
3 ====================================
5 * ``docs/_template/``
6   
7   * ``web.css``: custom css for website
8   * ``template.html``: HTML template for site
9     
10 * Update documentation for new build command::
12     ./buildhtml.py \
13     --stylesheet-path=../docs/_template/web.css,../docutils/writers/html_base/html-base.css \
14     --template=../docs/_template/template.html .. --traceback
15 * ``tools/buildhtml.py`` updated to use ``html_base`` and to use Günter
16   Milde's HTML5 writer by default.