From: Aaron Ballman Date: Wed, 30 Nov 2022 14:36:50 +0000 (-0500) Subject: Remove 'modindex' from the Clang docs X-Git-Tag: upstream/17.0.6~25873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11e51d9dfc4a582b6c83d3e16b6a093cc2b0dee9;p=platform%2Fupstream%2Fllvm.git 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. --- 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`