mirror of https://github.com/celery/kombu.git
pavement: ghdocs no longer uses sphinx-to-github as no longer necessary with .nojekyll
This commit is contained in:
parent
5ebfc9791b
commit
8cfdacdf6a
|
@ -37,7 +37,6 @@ def qhtml(options):
|
|||
@needs("clean_docs", "paver.doctools.html")
|
||||
def ghdocs(options):
|
||||
builtdocs = sphinx_builddir(options)
|
||||
sh("sphinx-to-github", cwd=builtdocs)
|
||||
sh("git checkout gh-pages && \
|
||||
cp -r %s/* . && \
|
||||
git commit . -m 'Rendered documentation for Github Pages.' && \
|
||||
|
|
Loading…
Reference in New Issue