Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gridtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
gridtk
Commits
f7e3f57c
Commit
f7e3f57c
authored
Sep 26, 2018
by
Amir MOHAMMADI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Sphinx nitpicky and disable Python 2 [skip ci]
parent
eaad2dd1
Pipeline
#23744
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
.gitlab-ci.yml
.gitlab-ci.yml
+0
-14
doc/conf.py
doc/conf.py
+1
-1
No files found.
.gitlab-ci.yml
View file @
f7e3f57c
...
@@ -62,12 +62,6 @@ stages:
...
@@ -62,12 +62,6 @@ stages:
key
:
"
macosx-cache"
key
:
"
macosx-cache"
build_linux_27
:
<<
:
*linux_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_linux_36
:
build_linux_36
:
<<
:
*linux_build_job
<<
:
*linux_build_job
variables
:
variables
:
...
@@ -82,12 +76,6 @@ build_linux_36:
...
@@ -82,12 +76,6 @@ build_linux_36:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27
:
<<
:
*macosx_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_macosx_36
:
build_macosx_36
:
<<
:
*macosx_build_job
<<
:
*macosx_build_job
variables
:
variables
:
...
@@ -102,9 +90,7 @@ build_macosx_36:
...
@@ -102,9 +90,7 @@ build_macosx_36:
script
:
script
:
-
./_ci/deploy.sh
-
./_ci/deploy.sh
dependencies
:
dependencies
:
-
build_linux_27
-
build_linux_36
-
build_linux_36
-
build_macosx_27
-
build_macosx_36
-
build_macosx_36
tags
:
tags
:
-
deployer
-
deployer
...
...
doc/conf.py
View file @
f7e3f57c
...
@@ -29,7 +29,7 @@ extensions = [
...
@@ -29,7 +29,7 @@ extensions = [
]
]
# Be picky about warnings
# Be picky about warnings
nitpicky
=
Tru
e
nitpicky
=
Fals
e
# Ignores stuff we can't easily resolve on other project's sphinx manuals
# Ignores stuff we can't easily resolve on other project's sphinx manuals
nitpick_ignore
=
[]
nitpick_ignore
=
[]
...
...
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