Para poder tener un repositorio de documentos sphinx publicado con github pages he seguido las instrucciones de sphinxdoc-test
git clone git@github.com:ejimenez/docs.gitcd docs
mkdir sphinx_html
cd sphinx_html
git clone git@github.com:ejimenez/docs.git html
cd html
git checkout gh-pagescd docs/sphinx
make htmlcd docs/sphinx
make publish