Revision cf49aa14 docs/conf.py

b/docs/conf.py
16 16
# documentation root, use os.path.abspath to make it absolute, like shown here.
17 17

  
18 18
import sys, os
19
sys.path.append("gevent.monkey")
20
sys.path.append("~/src/synnefo/snf-common")
21
sys.path.append("snf-common")
19 22
sys.path.append("../")
20 23

  
21 24
# -- General configuration -----------------------------------------------------
......
48 51
# built documents.
49 52
#
50 53
# The short X.Y version.
51
version = '0.2'
54
version = '0.6'
52 55
# The full version, including alpha/beta/rc tags.
53
release = '0.2'
56
release = '0.6~rc1'
54 57

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

Also available in: Unified diff