Skip to content

Commit 1b730ee

Browse files
Remove documentation make scripts (#322)
1 parent 73318ef commit 1b730ee

File tree

5 files changed

+3
-58
lines changed

5 files changed

+3
-58
lines changed

doc/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/clean-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ parse_commandline "$@"
7575
rm -v core/generated/*.rst
7676
rm -v sklearn/generated/*.rst
7777
rm -v internal/generated/*.rst
78-
make clean
78+
sphinx-build -M clean . _build
7979

8080
if [[ $_arg_clean_tutorial == "on" ]]
8181
then

doc/create-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ cd "../.."
106106

107107
# Create the documentation with Sphinx
108108
echo "Executing Sphinx"
109-
make html
109+
sphinx-build -M html . _build/

doc/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)