exclude non source directories from doc build
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 16:50:04 +0000 (17:50 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 16:50:04 +0000 (17:50 +0100)
conf.py

diff --git a/conf.py b/conf.py
index daf47c3423d074f315bdaf2a56c37ff6509d60ad..5607c5f766b06b05d59edba26f271b89ea7aa375 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -40,6 +40,8 @@ source_suffix = '.rst'
 # The master toctree document.
 master_doc = 'index'
 
+exclude_patterns = ['py*', 'build']
+
 # General substitutions.
 project = 'Cython'
 copyright = '2011, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ewing, William Stein, Gabriel Gellner, et al.'