Skip to content

Commit

Permalink
Disable Sphinx nitpicky and disable Python 2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Sep 26, 2018
1 parent 5a6936e commit 4d5acb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]

# Be picky about warnings
nitpicky = True
nitpicky = False

# Ignores stuff we can't easily resolve on other project's sphinx manuals
nitpick_ignore = []
Expand Down

0 comments on commit 4d5acb0

Please sign in to comment.