diff --git a/docs/site_config.json b/docs/site_config.json index 57379c6e..6977cb53 100644 --- a/docs/site_config.json +++ b/docs/site_config.json @@ -36,6 +36,10 @@ ] } }, + "executable": { + "python": "python3", + "pip": "pip3" + }, "plugins": { "teedoc-plugin-markdown-parser":{ "from": "pypi", @@ -93,4 +97,4 @@ "User-agent": "*" }, "layout_root_dir": "layout" -} +} \ No newline at end of file