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.ip.tensorflow_extractor
Commits
d491c983
Commit
d491c983
authored
Sep 26, 2018
by
Amir MOHAMMADI
Browse files
Disable Sphinx nitpicky and disable Python 2 [skip ci]
parent
46540688
Pipeline
#26618
passed with stages
in 20 minutes and 12 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d491c983
...
...
@@ -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 @
d491c983
...
...
@@ -36,7 +36,7 @@ else:
extensions
.
append
(
'sphinx.ext.pngmath'
)
# 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