Para poder tener un repositorio de documentos sphinx publicado con github pages he seguido las instrucciones de sphinxdoc-test
git clone [email protected]:ejimenez/docs.git
cd docs
mkdir sphinx_html
cd sphinx_html
git clone [email protected]:ejimenez/docs.git html
cd html
git checkout gh-pages
cd docs/sphinx
make html
cd docs/sphinx
make publish