diff --git a/llvm/docs/VectorizationPlan.rst b/llvm/docs/VectorizationPlan.rst index 6496263cf8d9..73e9e6098175 100644 --- a/llvm/docs/VectorizationPlan.rst +++ b/llvm/docs/VectorizationPlan.rst @@ -289,5 +289,5 @@ References .. [9] "Extending LoopVectorizer: OpenMP4.5 SIMD and Outer Loop Auto-Vectorization", Intel Vectorizer Team, LLVM Developers' Meeting 2016. -.. [10] "VPlan: Status Update and Future Roadmap", Florian Hahn, LLVM - Developers' Meeting 2023, https://www.youtube.com/watch?v=SzGP4PgMuLE +.. [10] "VPlan: Status Update and Future Roadmap", Ayal Zaks and Florian Hahn, + LLVM Developers' Meeting 2023, https://www.youtube.com/watch?v=SzGP4PgMuLE diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 270f5b33e985..7f2ed5309606 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -222,6 +222,8 @@ latex_documents = [ # If false, no module index is generated. # latex_domain_indices = True +# If true, figures, tables and code-blocks are automatically numbered if they +# have a caption. numfig = True # -- Options for manual page output --------------------------------------------