Skip to content
Snippets Groups Projects
Commit 5f0c4d81 authored by Lee McCuller's avatar Lee McCuller Committed by Christopher Wipf
Browse files

adds CI documentation builder

parent caca029e
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