Skip to content
Snippets Groups Projects
Commit 0b97f215 authored by Christopher Wipf's avatar Christopher Wipf
Browse files

Merge branch 'docs' into 'master'

adds CI documentation builder

See merge request gwinc/pygwinc!27
parents caca029e 5f0c4d81
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ __pycache__/
#vim temporaries
.*.swp
.*.swo
#emacs temporaries
.#*
# Backups
......
......@@ -45,6 +45,13 @@ pages:
- mv Voyager.png public/
- mv aLIGO_test.png public/ || true
- mv A+_test.png public/ || true
- apt-get install -y -qq python3-pip python3-dev make
- pip3 install sphinx sphinx-rtd-theme
- cd docs
- make html
- cd ..
- mv ./build/sphinx/html/* public/
artifacts:
paths:
- public
......
......@@ -32,7 +32,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'nbsphinx',
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment