Skip to content

Commit

Permalink
Merge remote-tracking branch 'numba/main' into npm-numba
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jun 10, 2024
2 parents 4194dbb + 9284b1b commit 69c867c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/first_rc_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ labels: task
* [ ] Test `HEAD` of release branch on buildfarm (pre-tag testing):
* [ ] conda package build and test.
* [ ] wheel build.
* [ ] Test `HEAD` of release branch on conda-forge
* [ ] Annotated tag `vX.Y.Zrc1` on release branch (`llvmlite` tags DO have a `v` prefix).
* [ ] Build and upload conda packages on buildfarm (check "upload").
* [ ] Build wheels and sdist on the buildfarm (check "upload").
Expand Down
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ jobs:
CONDA_ENV: cienv
WHEEL: 'yes'

py39_docs:
PYTHON: '3.9'
CONDA_ENV: cienv
BUILD_DOCS: 'yes'

llvm15:
PYTHON: '3.12'
CONDA_ENV: cienv
Expand Down
11 changes: 0 additions & 11 deletions buildscripts/azure/azure-linux-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ jobs:
displayName: 'Flake8'
condition: eq(variables['RUN_FLAKE8'], 'yes')
- script: |
set -e
export PATH=$HOME/miniconda3/bin:$PATH
conda install -y sphinx sphinx_rtd_theme pygments
echo "Building docs"
cd docs
make SPHINXOPTS=-Wn clean html
cd ..
displayName: 'Build Docs'
condition: eq(variables['BUILD_DOCS'], 'yes')
- script: |
set -e
export PATH=$HOME/miniconda3/bin:$PATH
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,5 @@
'python': ('https://docs.python.org/3', None),
'llvm': ('http://llvm.org/releases/14.0.0/docs', None),
}

nitpicky = True

0 comments on commit 69c867c

Please sign in to comment.