Install requirements:
pip install -r requirements.txt
One may also need to install pandoc. On Linux we can use: sudo apt-get install pandoc
. Or using conda
we can use: conda install -c conda-forge pandoc
.
To run the docs build:
make html
Check out the output files in build/html
.
The functorch docs website does not updated automatically. We need to periodically regenerate it.
You need write permissions to functorch to do this. We use GitHub Pages to serve docs.
gh-pages
.index.html
should be at the root.gh-pages
branch.