[PATCH] D126607: [docs] Remove some unavailable modindex links

Yuki Okushi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 28 18:04:11 PDT 2022


JohnTitor created this revision.
Herald added a subscriber: arphaman.
Herald added projects: Flang, All.
JohnTitor requested review of this revision.
Herald added subscribers: cfe-commits, jdoerfert.
Herald added a project: clang.

These return 404 and I think it's fine to remove them until we can build.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126607

Files:
  clang/docs/index.rst
  flang/docs/index.md


Index: flang/docs/index.md
===================================================================
--- flang/docs/index.md
+++ flang/docs/index.md
@@ -68,6 +68,5 @@
 
 ```eval_rst
 * :ref:`genindex`
-* :ref:`modindex`
 * :ref:`search`
 ```
Index: clang/docs/index.rst
===================================================================
--- clang/docs/index.rst
+++ clang/docs/index.rst
@@ -109,6 +109,5 @@
 ==================
 
 * :ref:`genindex`
-* :ref:`modindex`
 * :ref:`search`
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126607.432763.patch
Type: text/x-patch
Size: 481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220529/d1c03eb0/attachment.bin>


More information about the cfe-commits mailing list