diff --git a/.bzrignore b/.gitignore similarity index 100% rename from .bzrignore rename to .gitignore diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..8fd4422 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 diff --git a/manual/source/conf.py b/manual/source/conf.py index 88654cb..70fefdb 100644 --- a/manual/source/conf.py +++ b/manual/source/conf.py @@ -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