Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: native_client_sdk/src/doc/conf.py

Issue 23531031: Minor cleanups for SDK devsite docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/conf.py
diff --git a/native_client_sdk/src/doc/conf.py b/native_client_sdk/src/doc/conf.py
index 79301fd70b088aa35c315df14dd6956987775b31..355fabdcf9addbebfd7a18e01ed519bac65a3c33 100644
--- a/native_client_sdk/src/doc/conf.py
+++ b/native_client_sdk/src/doc/conf.py
@@ -61,7 +61,7 @@ release = '31'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['_build']
+exclude_patterns = ['out']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None

Powered by Google App Engine
This is Rietveld 408576698