[Groonga-commit] groonga/groonga [master] [doc] use exclude_patterns but it doesn't work...

Back to archive index

null+****@clear***** null+****@clear*****
2011年 5月 20日 (金) 16:17:07 JST


Kouhei Sutou	2011-05-20 07:17:07 +0000 (Fri, 20 May 2011)

  New Revision: 08de3340cc96a9e5caac10679efd3488eced5b12

  Log:
    [doc] use exclude_patterns but it doesn't work...

  Modified files:
    doc/source/conf.py

  Modified: doc/source/conf.py (+3 -6)
===================================================================
--- doc/source/conf.py    2011-05-20 07:09:58 +0000 (6daac37)
+++ doc/source/conf.py    2011-05-20 07:17:07 +0000 (7fa7355)
@@ -100,12 +100,9 @@ locale_dirs = ["../locale"]
 # Else, today_fmt is used as the format for a strftime call.
 #today_fmt = '%B %d, %Y'
 
-# List of documents that shouldn't be included in the build.
-#unused_docs = []
-
-# List of directories, relative to source directory, that shouldn't be searched
-# for source files.
-exclude_trees = []
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = ['_build', 'commands_not_implemented']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None




Groonga-commit メーリングリストの案内
Back to archive index