diff --git a/deploy.php b/deploy.php index 36cd8e31..413af046 100644 --- a/deploy.php +++ b/deploy.php @@ -43,7 +43,7 @@ # Build the documentation task('python:build_documentation', static function () { - run('source .venv/bin/activate && bin/build_docs'); + run('.venv/bin/sphinx-build -b html docs docs/_build/html'); run('ln -sf docs/_build/html pub'); }); diff --git a/docs/hypernode-platform/nginx/how-to-set-up-an-application-proxy-nginx.md b/docs/hypernode-platform/nginx/how-to-set-up-an-application-proxy-nginx.md index a45e4034..954e721d 100644 --- a/docs/hypernode-platform/nginx/how-to-set-up-an-application-proxy-nginx.md +++ b/docs/hypernode-platform/nginx/how-to-set-up-an-application-proxy-nginx.md @@ -1,7 +1,8 @@ --- myst: html_meta: - description: Learn how to set up an Nginx application proxy on Hypernode using Managed Vhosts: create a proxy vhost and point it to your app + description: 'Learn how to set up an Nginx application proxy on Hypernode using + Managed Vhosts: create a proxy vhost and point it to your app' title: How to set up an application proxy in Nginx? | Hypernode ---