forked from OSchip/llvm-project
[libc++] [docs] Exclude helper files from Sphinx configuration to avoid generating empty pages.
This commit is contained in:
parent
c2090ff594
commit
b215198bb0
|
@ -4,7 +4,7 @@
|
|||
libc++ C++14 Status
|
||||
================================
|
||||
|
||||
.. include:: Styles.rst
|
||||
.. include:: Helpers/Styles.rst
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
libc++ C++17 Status
|
||||
================================
|
||||
|
||||
.. include:: Styles.rst
|
||||
.. include:: Helpers/Styles.rst
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
libc++ C++2a Status
|
||||
================================
|
||||
|
||||
.. include:: Styles.rst
|
||||
.. include:: Helpers/Styles.rst
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
@ -63,7 +63,7 @@ today_fmt = '%Y-%m-%d'
|
|||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['_build']
|
||||
exclude_patterns = ['_build', 'Helpers']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
#default_role = None
|
||||
|
|
Loading…
Reference in New Issue