Skip to content

Commit e0fa1fc

Browse files
committed
Merge branch '541-use-libmamba-solver-on-readthedocs' into 'main'
Use libmamba solver on ReadTheDocs See merge request trajectory/tracktable!298
2 parents a74f88a + 6f30e16 commit e0fa1fc

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.readthedocs.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@ sphinx:
2424
# Eventually we will also build docs as PDF and ePub.
2525
# formats: all
2626

27-
# The Docker image for building the docs
27+
# This OS version
2828
build:
29-
image: latest
30-
29+
os: ubuntu-22.04
30+
# This Conda environment (per the Read The Docs documentation, URL below)
31+
# uses libmamba to handle conda install requests. That should be much,
32+
# much faster than the old version.
33+
tools:
34+
python: "mambaforge-22.9"
35+
36+
3137
# The Anaconda environment to build the docs
3238
conda:
3339
environment: documentation_build_environment.yml

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ any given one.
1414

1515
### TRACKTABLE 1.7.0
1616

17+
- 298: Update ReadTheDocs config to use libmamba
1718
- 296: Conda YML per OS and Python version
1819
- 293: Add brand new CHANGELOG for 1.7.0 and future releases
1920
- 294: Update PyPI tags for Python 3.11

documentation_build_environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ dependencies:
1515
- scipy>=1.5.2
1616
- tracktable
1717
- tracktable-data>=1.7.0
18-
18+
- pip
19+
1920
# Jupyter Dependencies
2021
- ipykernel
2122
- jupyter

0 commit comments

Comments
 (0)