mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-27 23:22:25 +00:00
Forgot settings_local.py
This commit is contained in:
parent
e1e1f86cf8
commit
d75074fbb5
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ pages:
|
|||
- cat apt_requirements.txt | grep python3 | xargs apt-get -qq install -y
|
||||
- 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
|
||||
- sphinx-apidoc -o re2o/docs_utils/source/autodoc/ -f . ./*/migrations/*
|
||||
- sphinx-build -b html docs_utils/source/ public
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue