-
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.
Add Defaults.cfg, update conf.py, add Graphviz
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# coding: utf-8 | ||
|
||
# ##### | ||
# | ||
# Defaults.cfg - A TYPO3 Documentation Project's Configuration File | ||
# | ||
# About Syntax: | ||
# See https://docs.python.org/2/library/configparser.html | ||
# | ||
# Put comments in separate lines! | ||
# | ||
# ##### | ||
|
||
|
||
# ATTENTION: | ||
# LEAVE RIGHT SIDE EMPTY for a 'False' value like: | ||
# example_of_false_value = | ||
|
||
|
||
[general] | ||
|
||
; endless list of all of the general simple settings you can use in 'conf.py' | ||
|
||
# Graphviz | ||
# https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html | ||
|
||
# graphviz_output_format = png svg | ||
graphviz_output_format = svg | ||
|
||
# Plantuml | ||
# https://pypi.org/project/sphinxcontrib-plantuml/ | ||
|
||
# plantuml_output_format = png svg svg_img svg_obj none | ||
plantuml_output_format = svg | ||
|
||
# plantuml_latex_output_format = eps pdf png none | ||
plantuml_latex_output_format = eps |
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