ibaned / kokkos-core-wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kokkos-core-documentation-website

Requirements to build html page locally

This is needed just for local render of documentation, so it can be checked before push. Requirements are in build_requirements.txt Could be installed with: pip install -r build_requirements.txt

Build

cd docs
make html

To clean:

cd docs
make clean

About