diff --git a/Makefile b/Makefile index 3064f9bc3..6d738e2fe 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ clean: rm -rf .pytest_cache rm -rf build rm -rf dist + rm -rf docs rm -rf scikit_lego.egg-info rm -rf .ipynb_checkpoints rm -rf .coverage* diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 000000000..16471dc32 --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + +{% endblock %} \ No newline at end of file