# HG changeset patch # User Peter Funk # Date 1461055991 -7200 # Tue Apr 19 10:53:11 2016 +0200 # Node ID 656a8b301f104af6fad98721a7046d3314938ecf # Parent dce3cfe7ec61f9ebab42bf1dcaa04db8ff946860 [issue2550907] Silence warnings displayed while running build_doc diff -r dce3cfe7ec61 -r 656a8b301f10 doc/conf.py --- a/doc/conf.py Wed Feb 11 00:44:16 2015 +1100 +++ b/doc/conf.py Tue Apr 19 10:53:11 2016 +0200 @@ -94,7 +94,9 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +# see http://issues.roundup-tracker.org/issue2550907: +exclude_patterns = ['_build', + 'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt'] # The reST default role (used for this markup: `text`) to use for all # documents. diff -r dce3cfe7ec61 -r 656a8b301f10 doc/index.txt --- a/doc/index.txt Wed Feb 11 00:44:16 2015 +1100 +++ b/doc/index.txt Tue Apr 19 10:53:11 2016 +0200 @@ -17,10 +17,16 @@ user_guide customizing admin_guide + debugging xmlrpc + overview Design (original) developers tracker_templates + Notes about the MySQL Database backend + Notes about the PostgreSQL Database backend + security glossary acknowledgements + Richard Jones implementation notes license