From b49bc5c9903ca216eebe6b3356a50e3cc737bfe5 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 28 Apr 2012 15:03:16 +0200 Subject: [PATCH] Removed a svn-specific configuration for Sphinx. --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 25979160c2a80..2aa3a5c641ef5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,11 +87,6 @@ # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'trac' -# Sphinx will recurse into subversion configuration folders and try to read -# any document file within. These should be ignored. -# Note: exclude_dirnames is new in Sphinx 0.5 -exclude_dirnames = ['.svn'] - # Links to Python's docs should reference the most recent version of the 2.x # branch, which is located at this URL. intersphinx_mapping = {