diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db7971e5a93332de3bb4537a8a4edb23070fd9a3..b323295201580be4879654688831b7f9d33079a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,8 @@ build_dist: pages: stage: deploy + before_script: + - ln -sf .tox/screenshots docs/screenshots script: - tox -e docs -- BUILDDIR=../public/docs artifacts: diff --git a/docs/dev/01_setup.rst b/docs/dev/01_setup.rst index 8d4cd0d8b9cfae6c631d7803eec7565274f5149d..49d166c88dae9d11357b6439a8adc6288dad357a 100644 --- a/docs/dev/01_setup.rst +++ b/docs/dev/01_setup.rst @@ -76,6 +76,13 @@ development server against a local PostgreSQL database with password BISCUIT_debug=true BISCUIT_database__password=biscuit poetry run ./manage.py runserver +.. figure:: /screenshots/index.png + :scale: 50% + :alt: Screenshot of index page + + After installing the development environment with default settings, + you should see the index page with the BOotstrap style. + .. _Poetry: https://poetry.eustace.io/ .. _Poetry installation methods: https://poetry.eustace.io/docs/#installation .. _Yarn: https://yarnpkg.com