Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove documentation make scripts #322

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions doc/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Khiops Python library.
./create-doc -d -t

# To only execute Sphinx on updated reST resources
# make html
# sphinx-build -M html . _build/
```

## Sphinx
Expand Down
2 changes: 1 addition & 1 deletion doc/clean-doc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ parse_commandline "$@"
rm -v core/generated/*.rst
rm -v sklearn/generated/*.rst
rm -v internal/generated/*.rst
make clean
sphinx-build -M clean . _build

if [[ $_arg_clean_tutorial == "on" ]]
then
Expand Down
2 changes: 1 addition & 1 deletion doc/create-doc
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ cd "../.."

# Create the documentation with Sphinx
echo "Executing Sphinx"
make html
sphinx-build -M html . _build/
35 changes: 0 additions & 35 deletions doc/make.bat

This file was deleted.

Loading