This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 5cf21b222d8ee8bacf31c4aab7680bf784ec65e2 (commit)
from d19424a617f6ae928c74a9c65ba75a6b5931ab54 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/5cf21b222d8ee8bacf31c4aab7680bf784ec65e2
commit 5cf21b222d8ee8bacf31c4aab7680bf784ec65e2
Author: Oleg Broytman <ph...@ph...>
Date: Fri Mar 10 22:03:29 2017 +0300
docs/conf.py: minor refactoring
[skip ci]
diff --git a/docs/conf.py b/docs/conf.py
index 230944d..f8272ab 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,6 +20,7 @@ import os
# 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 ------------------------------------------------
@@ -55,7 +56,6 @@ copyright = u'2004-%d, %s' % (date.today().year, authors)
# |version| and |release|, also used in various other places throughout the
# built documents.
#
-sys.path.insert(0, os.path.abspath('..'))
from sqlobject.__version__ import version as __version__ # noqa: E402
# The short X.Y version.
version = '.'.join(__version__.split('.')[:2])
-----------------------------------------------------------------------
Summary of changes:
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SQLObject development repository
|