Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
7c524a4f
Commit
7c524a4f
authored
Sep 26, 2018
by
Amir MOHAMMADI
Browse files
Disable Sphinx nitpicky and disable Python 2 [skip ci]
parent
8deb4e8d
Pipeline
#24344
passed with stages
in 19 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7c524a4f
...
...
@@ -62,12 +62,6 @@ stages:
key
:
"
macosx-cache"
build_linux_27
:
<<
:
*linux_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_linux_36
:
<<
:
*linux_build_job
variables
:
...
...
@@ -82,12 +76,6 @@ build_linux_36:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27
:
<<
:
*macosx_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_macosx_36
:
<<
:
*macosx_build_job
variables
:
...
...
@@ -102,9 +90,7 @@ build_macosx_36:
script
:
-
./_ci/deploy.sh
dependencies
:
-
build_linux_27
-
build_linux_36
-
build_macosx_27
-
build_macosx_36
tags
:
-
deployer
...
...
doc/conf.py
View file @
7c524a4f
...
...
@@ -30,7 +30,7 @@ extensions = [
]
# Be picky about warnings
nitpicky
=
Tru
e
nitpicky
=
Fals
e
# Ignores stuff we can't easily resolve on other project's sphinx manuals
nitpick_ignore
=
[]
...
...
Write
Preview
Supports
Markdown
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