Overview
1. If used with Sphinx extension `sphinxcontrib-gitloginfo <https://github.com/TYPO3-Documentation/sphinxcontrib-gitloginfo/>`\_ meta tags
with the 'last modified' date may now be added to the page html head section.
A 'Last updated' line can be shown in the footer with a link to the latest
commit.
2. For search result pages a link will appear to deselect hightlighting of
search text hits.
3. The intra page menu is now appended to the left menu column of the page.
4. The logo is now defineable in the theme configuration file `theme.conf`.
Some commits:
- d5cc051 [BUGFIX] Supply missing options in theme.conf to remove warnings
about non existing theme options
- a69e91b [FEATURE] Always show table of contents {{ toc }} to get back
"the third level" in the page menu
- e5f8b9c [FEATURE] Add date_last_modified and commit_url to footer
- 14c3f6a Update whitespace control in html templates to further beautify the
indentation of generated html
- 4da72be [FEATURE] Add last_updated_isoformat to meta data in html head
- e1061a2 [TASK] Update docsearch meta tags
- a6605e0 [FEATURE] Make logo defineable in theme.conf
- 9b25042, 54d580e Improve page template "layout.html"
- cfb7081 Update documentation
- 5f8cd43 Upgrade Javascript packages
- cbeac0c Have link "Hide Search Matches" appear on a page with the search
result to turn off the highlighting of the hits of the searched text