[libc++] [docs] Exclude helper files from Sphinx configuration to avoid generating empty pages.

This commit is contained in:
Marek Kurdej 2020-11-27 13:47:20 +01:00
parent c2090ff594
commit b215198bb0
5 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
libc++ C++14 Status
================================
.. include:: Styles.rst
.. include:: Helpers/Styles.rst
.. contents::
:local:

View File

@ -4,7 +4,7 @@
libc++ C++17 Status
================================
.. include:: Styles.rst
.. include:: Helpers/Styles.rst
.. contents::
:local:

View File

@ -4,7 +4,7 @@
libc++ C++2a Status
================================
.. include:: Styles.rst
.. include:: Helpers/Styles.rst
.. contents::
:local:

View File

@ -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