docs/conf.py
changeset 2959 ef361938dfa1
parent 2951 2ddc63d13af8
child 2962 3f466d348047
equal deleted inserted replaced
2958:1cb715257130 2959:ef361938dfa1
     1 # Add any Sphinx extension module names here, as strings. They can be extensions
     1 # Add any Sphinx extension module names here, as strings. They can be extensions
     2 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
     2 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
     3 extensions = []
     3 extensions = ["sphinx.ext.graphviz"]
     4 # autoclass_content = 'both'
     4 # autoclass_content = 'both'
     5 # Add any paths that contain templates here, relative to this directory.
     5 # Add any paths that contain templates here, relative to this directory.
     6 # templates_path = []
     6 # templates_path = []
     7 
     7 
     8 # The suffix of source filenames.
     8 # The suffix of source filenames.
   120 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
   120 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
   121 # html_file_suffix = '.html'
   121 # html_file_suffix = '.html'
   122 
   122 
   123 # Output file base name for HTML help builder.
   123 # Output file base name for HTML help builder.
   124 # htmlhelp_basename = ''
   124 # htmlhelp_basename = ''
       
   125 
       
   126 graphviz_output_format = "svg"