diff options
author | Martins Grunskis <martins@grunskis.com> | 2013-03-04 15:19:19 +0100 |
---|---|---|
committer | Martins Grunskis <martins@grunskis.com> | 2013-03-04 15:19:19 +0100 |
commit | 73435ef9fbe1094c504d8920882b48d8372a2916 (patch) | |
tree | 21aa7cf141875964e1e9f4492992072f80d27340 /docs/conf.py | |
parent | 520865b6631d91c560a94ebabe476926ed9878e9 (diff) | |
download | oauthlib-73435ef9fbe1094c504d8920882b48d8372a2916.tar.gz |
generate documentation from source files, part of #125
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 8593399..941ccf4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('..')) # -- General configuration ----------------------------------------------------- |