--- a/eric6_doc.py Tue May 01 12:04:30 2018 +0200 +++ b/eric6_doc.py Sat Jun 02 12:44:41 2018 +0200 @@ -170,9 +170,8 @@ except getopt.error: usage() - excludeDirs = ["CVS", ".svn", "_svn", ".ropeproject", "_ropeproject", - ".eric6project", "_eric6project", "dist", "build", "doc", - "docs"] + excludeDirs = [".svn", ".hg", ".git", ".ropeproject", ".eric6project", + "dist", "build", "doc", "docs"] excludePatterns = [] outputDir = "doc" recursive = False