8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-24 12:23:11 +00:00

Email port in settings.

This commit is contained in:
Hugo Levy-Falk 2020-06-01 22:49:50 +02:00
parent d75074fbb5
commit 575e315235

View file

@ -24,6 +24,7 @@ pages:
- python3 -m pip install -U -r pip_requirements.txt
- python3 -m pip install -U sphinx
- cp re2o/settings_local.example.py re2o/settings_local.py
- sed -i 's/MY_EMAIL_PORT/25/g' re2o/settings_local.py
- sphinx-apidoc -o re2o/docs_utils/source/autodoc/ -f . ./*/migrations/*
- sphinx-build -b html docs_utils/source/ public
artifacts: