diff options
author | Brad King <brad.king@kitware.com> | 2022-04-01 22:12:41 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-05 16:09:54 -0400 |
commit | 5c2e8ce515bc1f47ac6dd6d5b55bfe7f45190a02 (patch) | |
tree | 69abe0a6ed823750d0d0214184d22e9f52652ef3 /Utilities/Sphinx/CMakeLists.txt | |
parent | a14905d4df6c47dbcd574f05ad0a324906dd1329 (diff) | |
download | cmake-5c2e8ce515bc1f47ac6dd6d5b55bfe7f45190a02.tar.gz |
Utilities/Sphinx: Add OpenSearch link to html page headers on cmake.org
Reference an OpenSearch description file that sits outside the content
of any specific version so we only need to maintain one and so that
it can reference the latest version.
This was previously added in a custom branch for building the
cmake.org reference documentation.
Diffstat (limited to 'Utilities/Sphinx/CMakeLists.txt')
-rw-r--r-- | Utilities/Sphinx/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt index dd70ce6852..14d0e14f56 100644 --- a/Utilities/Sphinx/CMakeLists.txt +++ b/Utilities/Sphinx/CMakeLists.txt @@ -139,6 +139,7 @@ set(doc_html_opts "") if(CMake_SPHINX_CMAKE_ORG) list(APPEND doc_html_opts -A googleanalytics=1 + -A opensearch=1 -A versionswitch=1 ) |