mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Minor tweaks and improvements in docs TOC to aid navigation and access.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user