Remove 'modindex' from the Clang docs
authorAaron Ballman <aaron@aaronballman.com>
Wed, 30 Nov 2022 14:36:50 +0000 (09:36 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 30 Nov 2022 14:37:49 +0000 (09:37 -0500)
This was added in the initial commit to use Sphinx ~12 years ago, but
is a dead link in our docs. Removing it and the python bits that appear
to be unused.

clang/docs/analyzer/conf.py
clang/docs/conf.py
clang/docs/index.rst

index d86d1a4..308d023 100644 (file)
@@ -84,9 +84,6 @@ exclude_patterns = ['_build']
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'sphinx'
 
-# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
-
 
 # -- Options for HTML output ---------------------------------------------------
 
index b8a4201..0ad1b2f 100644 (file)
@@ -93,9 +93,6 @@ exclude_patterns = ['_build']
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'friendly'
 
-# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
-
 in_progress_title = "(In-Progress) " if tags.has("PreRelease") else ""
 
 rst_epilog = f"""
index feb3ede..4befe61 100644 (file)
@@ -113,6 +113,5 @@ Indices and tables
 ==================
 
 * :ref:`genindex`
-* :ref:`modindex`
 * :ref:`search`