summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-04-28 15:03:16 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-04-28 15:03:16 +0200
commitb49bc5c9903ca216eebe6b3356a50e3cc737bfe5 (patch)
tree636348a4cc786fd2230b4e15a606eb940b2c08fb /docs
parentf4cc78271126b86ca630624aad63d48339bd3db2 (diff)
Removed a svn-specific configuration for Sphinx.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 25979160c2..2aa3a5c641 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -87,11 +87,6 @@ show_authors = False
# 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 = {