Minor tweaks and improvements in docs TOC to aid navigation and access.

This commit is contained in:
josecoll
2019-03-26 14:28:18 +00:00
committed by Mike Hearn
parent 40c1741aba
commit 9ec82b4bca
8 changed files with 38 additions and 27 deletions

View File

@ -98,9 +98,9 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = []
exclude_patterns = ['./design/README.md']
if tags.has('pdfmode'):
exclude_patterns = ['./design']
exclude_patterns = ['./design', './design/README.md']
# The reST default role (used for this markup: `text`) to use for all
# documents.