[Flang][Docs] Add or exclude documents to the toc (#72302)

This fixes all the warnings of the following type in the CI
(https://lab.llvm.org/buildbot/#/builders/89/builds/50248/steps/5/logs/stdio)
-> WARNING: document isn't included in any toctree.
This commit is contained in:
Kiran Chandramohan
2023-11-14 22:42:26 +00:00
committed by GitHub
parent a3700cc29d
commit d32df98954
2 changed files with 15 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ copyright = "2017-%d, The Flang Team" % date.today().year
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ["_build", "analyzer"]
exclude_patterns = ["_build", "analyzer", "FIR/*"]
# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = None

View File

@@ -24,6 +24,7 @@ on how to get in touch with us and to learn more about the current status.
C++17
C++style
DesignGuideline
FortranForCProgrammers
GettingInvolved
GettingStarted
@@ -37,35 +38,48 @@ on how to get in touch with us and to learn more about the current status.
.. toctree::
:titlesonly:
Aliasing
AliasingAnalysisFIR
ArrayComposition
BijectiveInternalNameUniquing
Calls
Character
ComplexOperations
ControlFlowGraph
Directives
DoConcurrent
Extensions
F202X
FIRArrayOperations
FIRLangRef
FlangCommandLineReference
FlangDriver
FortranFeatureHistory
FortranIR
FortranLLVMTestSuite
HighLevelFIR
IORuntimeInternals
InternalProcedureTrampolines
Intrinsics
IntrinsicTypes
LabelResolution
ModFiles
OpenACC
OpenMP-4.5-grammar.md
OpenMP-semantics
OptionComparison
Overview
ParameterizedDerivedTypes
ParserCombinators
Parsing
PolymorphicEntities
Preprocessing
ProcedurePointer
RuntimeDescriptor
RuntimeTypeInfo
Semantics
f2018-grammar.md
fstack-arrays
```
# Indices and tables