Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
pygwinc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gwinc
pygwinc
Commits
5f0c4d81
Commit
5f0c4d81
authored
Aug 24, 2018
by
Lee McCuller
Committed by
Christopher Wipf
Aug 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adds CI documentation builder
parent
caca029e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
.gitignore
.gitignore
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
docs/conf.py
docs/conf.py
+0
-1
No files found.
.gitignore
View file @
5f0c4d81
...
...
@@ -9,6 +9,8 @@ __pycache__/
#vim temporaries
.*.swp
.*.swo
#emacs temporaries
.#*
# Backups
...
...
.gitlab-ci.yml
View file @
5f0c4d81
...
...
@@ -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
...
...
docs/conf.py
View file @
5f0c4d81
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment