File tree Expand file tree Collapse file tree 5 files changed +3
-58
lines changed
Expand file tree Collapse file tree 5 files changed +3
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Khiops Python library.
2929./create-doc -d -t
3030
3131# To only execute Sphinx on updated reST resources
32- # make html
32+ # sphinx-build -M html . _build/
3333```
3434
3535## Sphinx
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ parse_commandline "$@"
7575rm -v core/generated/* .rst
7676rm -v sklearn/generated/* .rst
7777rm -v internal/generated/* .rst
78- make clean
78+ sphinx-build -M clean . _build
7979
8080if [[ $_arg_clean_tutorial == " on" ]]
8181then
Original file line number Diff line number Diff line change @@ -106,4 +106,4 @@ cd "../.."
106106
107107# Create the documentation with Sphinx
108108echo " Executing Sphinx"
109- make html
109+ sphinx-build -M html . _build/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments