summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-12 09:32:44 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-14 11:29:11 +0100
commit233084070fec59465fbead5c525b11c385be74ed (patch)
treea2b00c596ac81dd8a5c0caae6a10cba578008d38 /.gitlab-ci.yml
parent5f5a3ed26814e547ac32b2b0fe83a5a1602074f0 (diff)
downloadgobject-introspection-233084070fec59465fbead5c525b11c385be74ed.tar.gz
docs: Remove everything not related to libgirepository and restructure. Fixes #244
The gtk-doc docs were including some bits of overal g-i docs but mostly unfinished and outdated. We now have the general docs in sphinx so remove the duplication and make the gtk-docs just about the libgirepository API and nothing more. This also renames some titles and fixes some missing links in the struct hierarchy while at it.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f478377a..92ddbf59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ fedora-x86_64-meson:
- ninja gi-doc
- cd ..
- mkdir -p public
- - mv _build/docs/reference/html/ public/docs/
+ - mv _build/docs/reference/html/ public/girepository/
- python3 -m pip install --user flake8
- python3 -m flake8 --count
except: