HOTFIX: Fix some warnings during documentation rendering

This commit is contained in:
Daniel Siepmann 2016-12-20 09:26:24 +01:00
parent 37ec4b043f
commit ff49198a0b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 2 additions and 3 deletions

View file

@ -303,7 +303,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = { intersphinx_mapping = {
't3TcaRef': ('https://docs.typo3.org/typo3cms/TCAReference/', None), 't3tcaref': ('https://docs.typo3.org/typo3cms/TCAReference/', None),
} }
extlinks = { extlinks = {
'project': ('https://github.com/DanielSiepmann/search_core/projects/%s', 'Github project: '), 'project': ('https://github.com/DanielSiepmann/search_core/projects/%s', 'Github project: '),

View file

@ -12,7 +12,7 @@ The extension provides the following indexer out of the box:
TcaIndexer TcaIndexer
---------- ----------
Provides zero configuration TYPO3 integration by using the :ref:`t3TcaRef:start`. You just can Provides zero configuration TYPO3 integration by using the :ref:`t3tcaref:start`. You just can
start indexing TYPO3. start indexing TYPO3.
The indexer will use the TCA to fetch all necessary information like relations. Currently the The indexer will use the TCA to fetch all necessary information like relations. Currently the

View file

@ -12,7 +12,6 @@ or by `downloading`_ and placing it inside the :file:`typo3conf/ext`-Folder of y
In that case you need to install all dependencies yourself. Dependencies are: In that case you need to install all dependencies yourself. Dependencies are:
.. literalinclude:: ../../composer.json .. literalinclude:: ../../composer.json
:language: json
:caption: Dependencies from composer.json :caption: Dependencies from composer.json
:lines: 19-21 :lines: 19-21
:dedent: 8 :dedent: 8