Actions
Task #91199
closeddashboard documentation: Fix some warnings in docs generation
Start date:
2020-04-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
dashboard
./Documentation/Developer/Interfaces.rst:137: WARNING: Field list ends without a blank line; unexpected unindent. ./Documentation/Developer/Interfaces.rst:148: WARNING: Field list ends without a blank line; unexpected unindent. ./Documentation/Widgets/NumberWithIconWidget.rst:40: WARNING: Literal block ends without a blank line; unexpected unindent. WARNING: unsupported theme option 'show_sphinx' given WARNING: unsupported theme option u'show_legalinfo' given WARNING: unsupported theme option 'use_opensearch' given WARNING: unsupported theme option 'show_revision' given ./Documentation/Configuration/WidgetSettings.rst:13: WARNING: undefined label: widget (if the link has no caption the label must precede a section header) ./Documentation/Widgets/ListWidget.rst:47: WARNING: php:class reference target not found: ListDataProviderInterface
Updated by Daniel Siepmann over 4 years ago
- Status changed from New to Accepted
I'm in contact with Martin regarding:
WARNING: unsupported theme option 'show_sphinx' given WARNING: unsupported theme option u'show_legalinfo' given WARNING: unsupported theme option 'use_opensearch' given WARNING: unsupported theme option 'show_revision' given
I see those warnings also in other extensions and expect the current Docker Image to be the source.
I'll fix the other warnings.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64322
Updated by Daniel Siepmann over 4 years ago
The mentioned issues will be fixed in future version of Docker Image.
All other issues are fixed with the patch.
Updated by Daniel Siepmann over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2a01c3f74ad5c9bf9274698f44855ff51d6038b0.
Actions