summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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.