From 11e51d9dfc4a582b6c83d3e16b6a093cc2b0dee9 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 30 Nov 2022 09:36:50 -0500 Subject: [PATCH] Remove 'modindex' from the Clang docs 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 | 3 --- clang/docs/conf.py | 3 --- clang/docs/index.rst | 1 - 3 files changed, 7 deletions(-) diff --git a/clang/docs/analyzer/conf.py b/clang/docs/analyzer/conf.py index d86d1a4..308d023 100644 --- a/clang/docs/analyzer/conf.py +++ b/clang/docs/analyzer/conf.py @@ -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 --------------------------------------------------- diff --git a/clang/docs/conf.py b/clang/docs/conf.py index b8a4201..0ad1b2f 100644 --- a/clang/docs/conf.py +++ b/clang/docs/conf.py @@ -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""" diff --git a/clang/docs/index.rst b/clang/docs/index.rst index feb3ede..4befe61 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -113,6 +113,5 @@ Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` * :ref:`search` -- 2.7.4