Merge branch 'deploy-to-pages' into 'master'

Deploy documentation to GitLab Pages

See merge request openlp/documentation!1
This commit is contained in:
Tomas Groth 2019-04-17 04:34:28 +00:00
commit deb8464299
3 changed files with 15 additions and 1 deletions

View File

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: alpine
pages:
script:
- apk --no-cache add make py3-setuptools python3-dev
- python3 -m pip install sphinx sphinx_rtd_theme
- cd manual
- make html
- mv build/html/ ../public/
artifacts:
paths:
- public
only:
- master

View File

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'OpenLP'
copyright = u'2004 - 2015, Raoul Snyman'
copyright = u'OpenLP Developers'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the