From f87aa7e336ea4eba16042d17304cca146d75ebb7 Mon Sep 17 00:00:00 2001 From: Thatcher Peskens Date: Tue, 26 Mar 2013 12:00:46 -0700 Subject: [PATCH] Added files REQUIRED to have succesfull gh-pages deploy (i.c.w. sphinx) --- docs/Makefile | 2 ++ docs/sources/.nojekyll | 0 docs/sources/CNAME | 1 + docs/sources/documentation/installation/macos.rst | 2 +- docs/sources/documentation/installation/windows.rst | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/sources/.nojekyll create mode 100644 docs/sources/CNAME diff --git a/docs/Makefile b/docs/Makefile index f58854dcdb..a9006a062d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -49,6 +49,8 @@ docs: cp sources/index.html $(BUILDDIR)/html/ cp sources/gettingstarted.html $(BUILDDIR)/html/ cp sources/dotcloud.yml $(BUILDDIR)/html/ + cp sources/CNAME $(BUILDDIR)/html/ + cp sources/.nojekyll $(BUILDDIR)/html/ @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." diff --git a/docs/sources/.nojekyll b/docs/sources/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/sources/CNAME b/docs/sources/CNAME new file mode 100644 index 0000000000..243e482261 --- /dev/null +++ b/docs/sources/CNAME @@ -0,0 +1 @@ +docker.io diff --git a/docs/sources/documentation/installation/macos.rst b/docs/sources/documentation/installation/macos.rst index 1f46b838a5..199c37b746 100644 --- a/docs/sources/documentation/installation/macos.rst +++ b/docs/sources/documentation/installation/macos.rst @@ -2,7 +2,7 @@ Mac OS X and other linux ======================== - Please note the only 'official' installation is using the :ref:`ubuntu_linux` installation path. This version + Please note this is a community contributed installation path. The only 'official' installation is using the :ref:`ubuntu_linux` installation path. This version may be out of date because it depends on some binaries to be updated and published diff --git a/docs/sources/documentation/installation/windows.rst b/docs/sources/documentation/installation/windows.rst index 7c0b15be4b..105fb7aaff 100644 --- a/docs/sources/documentation/installation/windows.rst +++ b/docs/sources/documentation/installation/windows.rst @@ -6,7 +6,7 @@ Windows ========= - Please note the only 'official' installation is using the :ref:`ubuntu_linux` installation path. This version + Please note this is a community contributed installation path. The only 'official' installation is using the :ref:`ubuntu_linux` installation path. This version may be out of date because it depends on some binaries to be updated and published