comparison website/www/conf.py @ 6163:c2fd254c9257

Doc updates/indexing. doc/admin_guide.txt, doc/customizing.txt, doc/features.txt, doc/installation.txt, doc/mysql.txt, doc/postgresql.txt: adding index entries doc/customizing.txt: reference schema changes later in document in addition to wiki. website/www/contents.txt: make wiki url https:.... Remove indices/tables as they don't show up in web interface. Put docs/announcement.txt into hidden toctree to silence warning from sphinx. Announcement.txt is referenced from index.txt so can't silence by adding to conf.py exclude_patern. website/www/index.txt: mention security and other improvements in jinja2 templates. website/www/conf.py: get rid of all warning by using exclude_patterns to ignore docs that aren't included. Remove exclude_trees using exclude_pattern instead. Make html_add_permalinks value acceptable so no warning reported. website/www/_static/style.css, website/www/_templtes/layout.html: add prev/next/index links for all doc pages.
author John Rouillard <rouilj@ieee.org>
date Wed, 13 May 2020 00:40:14 -0400
parents d0c11eb2b9c2
children 043a8ffd79ad
comparison
equal deleted inserted replaced
6162:9cfdbfc6d8ed 6163:c2fd254c9257
65 #today = '' 65 #today = ''
66 # Else, today_fmt is used as the format for a strftime call. 66 # Else, today_fmt is used as the format for a strftime call.
67 #today_fmt = '%B %d, %Y' 67 #today_fmt = '%B %d, %Y'
68 68
69 # List of documents that shouldn't be included in the build. 69 # List of documents that shouldn't be included in the build.
70 #unused_docs = [] 70 exclude_patterns = ['docs/index.txt',
71 71 'docs/whatsnew-0.7.txt',
72 # List of directories, relative to source directory, that shouldn't be searched 72 'docs/whatsnew-0.8.txt',
73 # for source files. 73 'docs/security.txt',
74 exclude_trees = ['.build'] 74 '_tmp']
75 75
76 # The reST default role (used for this markup: `text`) to use for all documents. 76 # The reST default role (used for this markup: `text`) to use for all documents.
77 #default_role = None 77 #default_role = None
78 78
79 # If true, '()' will be appended to :func: etc. cross-reference text. 79 # If true, '()' will be appended to :func: etc. cross-reference text.
135 135
136 # Additional templates that should be rendered to pages, maps page names to 136 # Additional templates that should be rendered to pages, maps page names to
137 # template names. 137 # template names.
138 #html_additional_pages = {} 138 #html_additional_pages = {}
139 139
140 html_add_permalinks = False 140 html_add_permalinks = ''
141 141
142 # If false, no module index is generated. 142 # If false, no module index is generated.
143 #html_use_modindex = True 143 #html_use_modindex = True
144 144
145 # If false, no index is generated. 145 # If false, no index is generated.

Roundup Issue Tracker: http://roundup-tracker.org/