Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
pygwinc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
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