projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36b6067
)
exclude non source directories from doc build
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 6 Feb 2011 16:50:04 +0000
(17:50 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 6 Feb 2011 16:50:04 +0000
(17:50 +0100)
conf.py
patch
|
blob
|
history
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.'