-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into kerl/wheels-macos-14
- Loading branch information
Showing
109 changed files
with
26,003 additions
and
1,383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,12 @@ | ||
# ================================================================ | ||
# The main branch is not published to readthedocs at present. | ||
# We only publish from main-old for now (2022-09-26). | ||
# ================================================================ | ||
|
||
# Note: builds at | ||
# https://readthedocs.com/projects/tiledb-inc-tiledb-soma/builds/ | ||
# (permissioned) | ||
|
||
# Don't build any extra formats | ||
formats: [] | ||
|
||
# Use RTD config version 2 | ||
# https://docs.readthedocs.io/en/stable/config-file/v2.html | ||
# Build TileDB-SOMA readthedocs site: https://tiledbsoma.readthedocs.io | ||
# Build history can be found at https://readthedocs.org/projects/tiledbsoma/builds | ||
version: 2 | ||
|
||
sphinx: | ||
configuration: doc/source/conf.py | ||
|
||
# python: | ||
# version: 3.8 | ||
# install: | ||
# # this order is important: we need to get cmake | ||
# - requirements: doc/requirements_doc.txt | ||
# - method: setuptools | ||
# path: . | ||
|
||
build: | ||
os: "ubuntu-22.04" | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
python: "3.11" | ||
commands: | ||
# Sandbox alert: `pip install -e .` will _not_ let python find the tiledbsoma package | ||
# within sphinx build | ||
- python -m pip install --upgrade pip | ||
|
||
- python -m pip install -r doc/requirements_doc.txt | ||
|
||
- python -m pip install -v apis/python | ||
|
||
- python scripts/show-versions.py | ||
|
||
- sphinx-build --version | ||
|
||
- sphinx-build -T -E -b html -d _readthedocs/doctrees -D language=en doc/source _readthedocs/html | ||
- pip install --upgrade pip | ||
- doc/build.sh -r -V # install deps, don't make a venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.