Skip to content

Commit

Permalink
Add Defaults.cfg, update conf.py, add Graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Oct 1, 2020
1 parent 7097472 commit f5efcb3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions ALL-for-build/Makedir/Defaults.cfg
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
1 change: 1 addition & 0 deletions ALL-for-build/Makedir/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def merge_settings_file(fpath, D, notes):
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.extlinks',
'sphinx.ext.graphviz',
'sphinx.ext.ifconfig',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
Expand Down

0 comments on commit f5efcb3

Please sign in to comment.