Skip to content

Commit

Permalink
remove graphviz from sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Feb 15, 2025
1 parent 8323943 commit ee6e17a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions sphinx/g3proxy/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"sphinx.ext.graphviz",
]
extensions = []

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand All @@ -33,6 +31,3 @@
# The default changed from 'contents' to 'index' from sphinx version 2.0,
# so we need to explicitly set it in order to be compatible with old versions.
master_doc = 'index'

# Use 'svg' format for graphviz
graphviz_output_format = 'svg'
2 changes: 0 additions & 2 deletions sphinx/g3tiles/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']


# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ['_static']


# -- Custom Options ----------------------------------------------------------

# Set the master document, which contains the root toctree directive.
Expand Down

0 comments on commit ee6e17a

Please sign in to comment.