Milan Jelisavcic
06/04/2024, 1:21 PMkedro docs
command is removed, what is the smoothest way to generate the documentation?datajoely
06/04/2024, 1:22 PMkedro-org/kedro
make install
make build-docs
make show-docs
Juan Luis
06/04/2024, 1:39 PMAnkita Katiyar
06/04/2024, 1:44 PMNok Lam Chan
06/04/2024, 2:07 PMkedro docs
itself is a thin wrapper of sphinx build
command. You can pretty much do the same command and it should work.
We do this as we think the ecosystem is evolving and kedro
shouldn't hold a strong opinion of what tool you should use for building docs. sphinx
is still good and if you keep the configuration it works well.
Otherwise mkdocs
is another popular choice out there.