diff options
| author | Graham Higgins <gjh@bel-epa.com> | 2012-01-24 18:41:52 +0000 |
|---|---|---|
| committer | Graham Higgins <gjh@bel-epa.com> | 2012-01-24 18:41:52 +0000 |
| commit | df764efcd0c06b423aeb77b8688cc448543a9135 (patch) | |
| tree | 2f52714e197436657dd0371679023b49fe0781ea /docs/conf.py | |
| parent | ad6a40de512428ec0a675992cba1bb2669f3270c (diff) | |
| download | rdflib-df764efcd0c06b423aeb77b8688cc448543a9135.tar.gz | |
Addressing sphinx errors and warnings
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5f9b52e2..28588e7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,7 +73,7 @@ release = '3.2.1' # List of directories, relative to source directory, that shouldn't be searched # for source files. -exclude_trees = ['_build'] +exclude_trees = ['_build', 'draft'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None |
