usage: sphinx-build [OPTIONS] SOURCEDIR OUTPUTDIR [FILENAMES...]
sphinx-build ./ _build/
Once above comamnd run successfully, a Makefile
would generated.
On next time onward we can use generated Makefile
to build the document
make html
.
├── bsp
│ ├── allwinner
│ │ ├── a13
│ │ ├── a20
│ │ ├── a64
│ │ ├── h3
│ │ ├── h5
│ │ └── h6
│ ├── imx6
│ │ ├── biticino
│ │ └── imx6qdl
│ └── rockchip
│ ├── rk3288
│ └── rk3399
├── giotto_tune
├── multimedia
├── os_automatic_testing
├── risc_v
├── uboot
│ ├── boot_time
│ ├── falcon_mode
│ ├── image_boot
│ ├── image_build
│ └── secure_boot
└── yocto
87 directories
For sphinx-document and syntax refer this link Here is small sphinx cheatsheet