Skip to content
Snippets Groups Projects
Commit c00b7945 authored by Joren Vrancken's avatar Joren Vrancken
Browse files

Remove multiprocessing Sphinx builds

parent 864712de
No related branches found
No related tags found
1 merge request!762Fix import errors during production docker build
......@@ -2,7 +2,7 @@
set -e
sphinx-build -b html /usr/src/app/docs/ /concrexit/docs/ -j $(nproc)
sphinx-build -b html /usr/src/app/docs/ /concrexit/docs/
until psql -h "$DJANGO_POSTGRES_HOST" -U "postgres" -c '\l'; do
>&2 echo "PostgreSQL is unavailable: Sleeping"
......
......@@ -3,7 +3,7 @@
set -e
>&2 echo "Creating Sphinx documentation"
sphinx-build -b html /usr/src/app/docs/ /concrexit/docs/ -j $(nproc)
sphinx-build -b html /usr/src/app/docs/ /concrexit/docs/
until psql -h "$DJANGO_POSTGRES_HOST" -U "postgres" -c '\l' $POSTGRES_DB; do
>&2 echo "PostgreSQL is unavailable: Sleeping"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment