From a935df2d607f6d5b83c56454604751e50b03b4e7 Mon Sep 17 00:00:00 2001
From: Carel van Niekerk <carel.niekerk@hhu.de>
Date: Wed, 15 Apr 2020 14:07:36 +0200
Subject: [PATCH] Update conf.py, .gitlab-ci.yml files

---
 .gitlab-ci.yml | 3 ++-
 conf.py        | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b0da7a..cf16add 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,9 +15,10 @@ pages:
   script:
   - pip install -U sphinx
   - sphinx-build -b html . public
+  - cp Docs/* .
   - cp Docs/hhu-logo.png public/_static/hhu-logo.png
   artifacts:
     paths:
-    - public/Docs
+    - public
   only:
   - master
diff --git a/conf.py b/conf.py
index 92df794..dc3d753 100644
--- a/conf.py
+++ b/conf.py
@@ -73,7 +73,7 @@ source_suffix = '.rst'
 #source_encoding = 'utf-8-sig'
 
 # The master toctree document.
-master_doc = 'Docs/index'
+master_doc = 'index'
 
 # General information about the project.
 project = 'PyDial3'
-- 
GitLab