diff --git a/copier-template/docs/Makefile b/copier-template/docs/Makefile
index 85f23e85cc509781d834a056f103238fda40693e..8ac10a95e61bbfdd05dfccc4b998417c957b14f3 100644
--- a/copier-template/docs/Makefile
+++ b/copier-template/docs/Makefile
@@ -1 +1 @@
-include swh-docs/Makefile.sphinx
+include Makefile.sphinx
diff --git a/copier-template/tox.ini.jinja b/copier-template/tox.ini.jinja
index 2dcbff3ce56e95b16ea29d2d3327c3cab73877c7..4caa966f2af1eec0f1dce98d95d8a87e6d8c1d5e 100644
--- a/copier-template/tox.ini.jinja
+++ b/copier-template/tox.ini.jinja
@@ -61,4 +61,4 @@ setenv =
   # turn warnings into errors
   SPHINXOPTS = -W
 commands =
-  make -I {env_dir}/share/ -C docs
+  make -I {env_dir}/share/swh-docs -C docs