diff options
author | lloyd <[email protected]> | 2012-06-20 16:45:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-20 16:45:46 +0000 |
commit | b5753ba9469450adde1136c5d50e82b4cad7b658 (patch) | |
tree | 235faa83a76a128b2690c75616a328c5ec269565 /doc/conf.py | |
parent | 38acefedb83e291d13431a85120c942a389e0b99 (diff) |
Split log.txt into individual release notes. Integrate most of the
relevant contents from the pyblosxom news site into said relnotes.
DRY suggests having only one form of release notes, and having it in
the public source repo.
Also some updates for the allocator changes.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 65f40314a..99ee64a54 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -186,10 +186,10 @@ html_static_path = [] #html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True +html_show_copyright = False # If true, an OpenSearch description file will be output, and all pages will # contain a <link> tag referring to it. The value of this option must be the |