Merge "Create setup role"
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8e695ec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+doc
diff --git a/build/creating_data/create-rhel-repo.sh b/build/creating_data/create-rhel-repo.sh
index 9859dc9..0a2a897 100755
--- a/build/creating_data/create-rhel-repo.sh
+++ b/build/creating_data/create-rhel-repo.sh
@@ -38,6 +38,10 @@
 # it should be available in centos docker repo
 yumdownloader --resolve --destdir="${OUTDIR}" docker-ce-17.03.2.ce libtool-ltdl docker-ce-selinux nfs-utils
 
+wget https://cbs.centos.org/kojifiles/packages/python-docker/2.5.1/2.el7/noarch/python2-docker-2.5.1-2.el7.noarch.rpm -P "${OUTDIR}"
+
+yum install --downloadonly --downloaddir="${OUTDIR}" "${OUTDIR}/python2-docker-2.5.1-2.el7.noarch.rpm"
+
 createrepo "${OUTDIR}"
 
 exit 0
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..19fe1aa
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,2 @@
+conf.py*
+_static
diff --git a/doc/BuildGuide.rst b/docs/BuildGuide.rst
old mode 100755
new mode 100644
similarity index 100%
rename from doc/BuildGuide.rst
rename to docs/BuildGuide.rst
diff --git a/doc/InstallGuide.rst b/docs/InstallGuide.rst
old mode 100755
new mode 100644
similarity index 100%
rename from doc/InstallGuide.rst
rename to docs/InstallGuide.rst
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..a43eedf
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+OOM offline-installer
+=====================
+
+.. toctree::
+   :maxdepth: 2
+
+   BuildGuide.rst
+   InstallGuide.rst
+