# 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('..'))
+import ceph_deploy
# -- General configuration ------------------------------------------------
# built documents.
#
# The short X.Y version.
-version = '1.3'
+version = ceph_deploy.__version__
# The full version, including alpha/beta/rc tags.
-release = '1.3'
+release = ceph_deploy.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#texinfo_no_detailmenu = False
+# XXX Uncomment when we are ready to link to ceph docs
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+#intersphinx_mapping = {'http://docs.python.org/': None}