Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.mnist
Commits
4aef4e2d
Commit
4aef4e2d
authored
Sep 26, 2018
by
Amir MOHAMMADI
Browse files
Disable Sphinx nitpicky and disable Python 2 [skip ci]
parent
21431f85
Pipeline
#23738
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4aef4e2d
...
...
@@ -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 @
4aef4e2d
...
...
@@ -29,7 +29,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
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