Revision: 21420fe46cea
Author:   Janne Härkönen <[email protected]>
Date:     Tue Mar  6 12:26:40 2012
Log:      apidocs: configure pythonpath in conf.py
http://code.google.com/p/robotframework/source/detail?r=21420fe46cea

Modified:
 /doc/api/conf.py

=======================================
--- /doc/api/conf.py    Wed Nov  9 06:51:16 2011
+++ /doc/api/conf.py    Tue Mar  6 12:26:40 2012
@@ -16,7 +16,7 @@
# 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(os.path.join('.', '..', '..', 'src')))

# -- General configuration -----------------------------------------------------

@@ -42,7 +42,7 @@

 # General information about the project.
 project = u'Robot Framework'
-copyright = u'2011, Robot Framework developers'
+copyright = u'2012, Nokia Siemens Networks'

# The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -51,7 +51,7 @@
 # The short X.Y version.
 version = '2.7'
 # The full version, including alpha/beta/rc tags.
-release = '2.7'
+release = '2.7 rc'

 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Reply via email to