-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from alexander-nitsche/feature/sphinx-plantuml
Add PlantUML support to Sphinx
- Loading branch information
Showing
3 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
ALL-for-build/Makedir/sphinxcontrib-plantuml/typo3_styles.iuml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
' | ||
' TYPO3 PlantUML Stylesheet | ||
' | ||
' Parameters: | ||
' Get all available style parameters at the command line of this Docker container: | ||
' # source <(docker run --rm t3docs/render-documentation show-shell-commands) | ||
' # dockrun_t3rd /bin/bash | ||
' # plantuml -language | ||
' => search for "skinparameter" | ||
' | ||
' Icons: | ||
' Preprocessor directives like !include, !define, etc. are not supported in this global stylesheet when rendered by | ||
' PlantUML v2017.15 - which is used in the current TYPO3 documentation rendering process - such that | ||
' custom macros and sprites cannot be provided globally. In newer versions of PlantUML, icons can be | ||
' provided globally by | ||
' - including custom sprites and macros in this file | ||
' - using the globally available PlantUML Standard Library | ||
' | ||
' @see https://forum.plantuml.net/6718/cannot-recognize-included-file-in-config-file | ||
' @see https://github.com/tupadr3/plantuml-icon-font-sprites#getting-started | ||
' @see https://plantuml.com/stdlib | ||
' | ||
skinparam ArrowColor #f49700 | ||
skinparam BackgroundColor #FFFFFF | ||
skinparam DefaultFontColor #333333 | ||
skinparam Padding 8 | ||
skinparam Shadowing false |
This file was deleted.
Oops, something went wrong.