mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix broken test by 14f58e6619
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
|
||||
extensions = ['sphinx.ext.graphviz']
|
||||
master_doc = 'index'
|
||||
<<<<<<< 492f60c37185dccee1e42c01fb5d87ed42f45608
|
||||
exclude_patterns = ['_build']
|
||||
=======
|
||||
|
||||
latex_documents = [
|
||||
(master_doc, 'SphinxTests.tex', 'Sphinx Tests Documentation',
|
||||
'Georg Brandl', 'manual'),
|
||||
]
|
||||
>>>>>>> ``sphinx.ext.graphviz``: show graph image in inline by default
|
||||
|
||||
Reference in New Issue
Block a user