mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
remove unnecessary line.
This commit is contained in:
parent
140ea6086a
commit
f47beb8c3f
@ -139,7 +139,6 @@ class GraphvizSimple(Directive):
|
||||
|
||||
def render_dot(self, code, options, format, prefix='graphviz'):
|
||||
"""Render graphviz code into a PNG or PDF output file."""
|
||||
|
||||
hashkey = (code + str(options) + \
|
||||
str(self.builder.config.graphviz_dot) + \
|
||||
str(self.builder.config.graphviz_dot_args)
|
||||
|
@ -52,7 +52,6 @@ from sphinx.ext.graphviz import render_dot_html, render_dot_latex, \
|
||||
render_dot_texinfo
|
||||
from sphinx.pycode import ModuleAnalyzer
|
||||
from sphinx.util.compat import Directive
|
||||
from sphinx.util import get_module_source
|
||||
|
||||
|
||||
class_sig_re = re.compile(r'''^([\w.]*\.)? # module names
|
||||
|
Loading…
Reference in New Issue
Block a user