Skip to content

add sphinx docs to repo #21

@gregorynicholas

Description

@gregorynicholas

build_docs.sh:

#!/bin/sh

touch .nojekyll
cd ./docs
make html
cd ../

git checkout gh-pages

cp -rf ./docs/_build/html/* ./

git add *.html searchindex.js objects.inv .buildinfo _static/ _sources/
git commit -m "updated docs html build."
git pull origin gh-pages
git push origin gh-pages

git checkout -f master

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions