documentation based on bob docs
Hi @amohammadi ,
We want to do the same thing as bob's document aggregation for our beat packages.
So I just cloned your package at https://gitlab.idiap.ch/bob/docs and after running the command:
$ conda build -m ../bob.admin/gitlab/conda_build_config.yaml --override-channels -c https://www.idiap.ch/software/bob/conda/label/beta -c https://www.idiap.ch/software/bob/conda -c defaults conda
It generates a sphinx folder in the repository at the end of process. However in the index.html I don't see any documentation.
Can you please tell me what I am doing wrong or explain to me how to generate the documentation?
Thanks