Skip to content

Instantly share code, notes, and snippets.

@dakcarto
Created May 7, 2014 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakcarto/bd6a5b1c2dd7565918f6 to your computer and use it in GitHub Desktop.
Save dakcarto/bd6a5b1c2dd7565918f6 to your computer and use it in GitHub Desktop.
Diff to build just en PyQGIS docs for QGIS-Documentation repo
diff --git a/source/conf.py b/source/conf.py
index 87279e3..a8a86c0 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -65,7 +65,7 @@ release = 'Testing'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['../output', "../i18n", "../resources", "../scripts"]
+exclude_patterns = ['../output', "../i18n", "../resources", "../scripts", "docs/document*", "docs/gentle*", "docs/py*" , "docs/training*", "docs/user*"]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment