Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.base
Commits
a314bad8
Commit
a314bad8
authored
6 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Disable Sphinx nitpicky and disable Python 2 [skip ci]
parent
f56a29d1
No related branches found
No related tags found
No related merge requests found
Pipeline
#24045
passed
6 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-14
0 additions, 14 deletions
.gitlab-ci.yml
doc/conf.py
+2
-1
2 additions, 1 deletion
doc/conf.py
with
2 additions
and
15 deletions
.gitlab-ci.yml
+
0
−
14
View file @
a314bad8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
1
View file @
a314bad8
...
...
@@ -29,7 +29,8 @@ extensions = [
]
# Be picky about warnings
nitpicky
=
True
nitpicky
=
False
# Ignores stuff we can't easily resolve on other project's sphinx manuals
nitpick_ignore
=
[]
# Allows the user to override warnings from a separate file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment