summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/templates
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Sphinx: Add OpenSearch link to html page headers on cmake.orgBrad King2022-04-051-0/+5
| | | | | | | | | 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.
* Utilities/Sphinx: Add option to build outdated version banner for cmake.orgBrad King2022-04-051-0/+13
| | | | | This was previously added in a custom branch for building the cmake.org reference documentation.
* Utilities/Sphinx: Add undocumented option to build docs for cmake.orgBrad King2022-04-051-3/+19
|
* Utilities/Sphinx: Add option for cmake.org version switch to htmlBrad King2017-02-081-0/+12
| | | | | | Leave the option undocumented since it is not for general use. We can simply pass it through `SPHINX_FLAGS` when building for publication on `cmake.org`.
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* Help: Add context to titles in QtHelp.Stephen Kelly2014-06-171-0/+6
| | | | This allows disambiguation of identifiers in Qt Assistant and Creator.
* Help: Configure html page navigation barsBrad King2013-11-051-0/+13
Add a small CMake logo to the left side of the header and footer navigation bars. Set the html theme, title, and short title explicitly.