comparison docs/conf.py @ 2964:9aec8fec2bf8

flake8 docs/conf.py
author Philippe Pepiot <phil@philpep.org>
date Thu, 21 Sep 2017 17:13:46 +0200
parents b84dda686fb1
children ce163aaeba37
comparison
equal deleted inserted replaced
2963:b84dda686fb1 2964:9aec8fec2bf8
5 from docutils import nodes 5 from docutils import nodes
6 from docutils.parsers.rst import Directive 6 from docutils.parsers.rst import Directive
7 from mercurial import ui 7 from mercurial import ui
8 from mercurial import extensions as hgext 8 from mercurial import extensions as hgext
9 from mercurial import commands 9 from mercurial import commands
10 import os, sys 10 import os
11 11
12 extensions = ["sphinx.ext.graphviz"] 12 extensions = ["sphinx.ext.graphviz"]
13 13
14 # autoclass_content = 'both' 14 # autoclass_content = 'both'
15 # Add any paths that contain templates here, relative to this directory. 15 # Add any paths that contain templates here, relative to this directory.