blob: 7fe115b44efd94cfe47e9e48b4d184890ffa180a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# These entries affect all processing:
[general]
source-link: yes
datestamp: %Y-%m-%d %H:%M UTC
generator: on
# These entries affect HTML output:
[html writers]
embed-stylesheet: no
[html4css1 writer]
stylesheet-path: docutils/writers/html4css1/html4css1.css
field-name-limit: 20
[html5 writer]
math-output: MathML
# MathML will become the default for HTML5 in Docutils 0.22
stylesheet-dirs: docutils/writers/html5_polyglot/
stylesheet-path: minimal.css, responsive.css
section-self-link: yes
table-style: colwidths-grid
[buildhtml application]
writer: html5
# Prevent tools/buildhtml.py from processing certain text files.
ignore: GPL2.txt:header.txt:header0.txt:header2.txt:cheatsheet.txt
prune: .svn:.hg:build:dist:docs/.svn:docutils:docutils.egg-info:licenses:test:tools
|