diff options
Diffstat (limited to 'numpy/f2py/docs/docutils.conf')
-rw-r--r-- | numpy/f2py/docs/docutils.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/numpy/f2py/docs/docutils.conf b/numpy/f2py/docs/docutils.conf new file mode 100644 index 000000000..4e5a8425b --- /dev/null +++ b/numpy/f2py/docs/docutils.conf @@ -0,0 +1,16 @@ +[general] + +# These entries affect all processing: +#source-link: 1 +datestamp: %Y-%m-%d %H:%M UTC +generator: 1 + +# These entries affect HTML output: +#stylesheet-path: pearu_style.css +output-encoding: latin-1 + +# These entries affect reStructuredText-style PEPs: +#pep-template: pep-html-template +#pep-stylesheet-path: stylesheets/pep.css +#python-home: http://www.python.org +#no-random: 1 |