Skip to content
Snippets Groups Projects
Commit a37f8679 authored by Carel van Niekerk's avatar Carel van Niekerk :computer:
Browse files

Update conf.py, .gitlab-ci.yml files

parent ceff0c93
Branches
No related tags found
No related merge requests found
Pipeline #39130 passed
...@@ -4,6 +4,7 @@ test: ...@@ -4,6 +4,7 @@ test:
stage: test stage: test
script: script:
- pip install -U sphinx - pip install -U sphinx
- cp -r Docs/* .
- sphinx-build -b html . public - sphinx-build -b html . public
only: only:
- branches - branches
...@@ -14,10 +15,11 @@ pages: ...@@ -14,10 +15,11 @@ pages:
stage: deploy stage: deploy
script: script:
- pip install -U sphinx - pip install -U sphinx
- cp -r Docs/* .
- sphinx-build -b html . public - sphinx-build -b html . public
- cp Docs/hhu-logo.png public/_static/hhu-logo.png - cp Docs/hhu-logo.png public/_static/hhu-logo.png
artifacts: artifacts:
paths: paths:
- public/Docs - public
only: only:
- master - master
...@@ -73,7 +73,7 @@ source_suffix = '.rst' ...@@ -73,7 +73,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig' #source_encoding = 'utf-8-sig'
# The master toctree document. # The master toctree document.
master_doc = 'Docs/index' master_doc = 'index'
# General information about the project. # General information about the project.
project = 'PyDial3' project = 'PyDial3'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment