Skip to content

Commit

Permalink
Merge branch '541-use-libmamba-solver-on-readthedocs' into 'main'
Browse files Browse the repository at this point in the history
Use libmamba solver on ReadTheDocs

See merge request trajectory/tracktable!298
  • Loading branch information
atwilso committed Sep 22, 2023
2 parents a74f88a + 6f30e16 commit e0fa1fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ sphinx:
# Eventually we will also build docs as PDF and ePub.
# formats: all

# The Docker image for building the docs
# This OS version
build:
image: latest

os: ubuntu-22.04
# This Conda environment (per the Read The Docs documentation, URL below)
# uses libmamba to handle conda install requests. That should be much,
# much faster than the old version.
tools:
python: "mambaforge-22.9"


# The Anaconda environment to build the docs
conda:
environment: documentation_build_environment.yml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ any given one.

### TRACKTABLE 1.7.0

- 298: Update ReadTheDocs config to use libmamba
- 296: Conda YML per OS and Python version
- 293: Add brand new CHANGELOG for 1.7.0 and future releases
- 294: Update PyPI tags for Python 3.11
Expand Down
3 changes: 2 additions & 1 deletion documentation_build_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dependencies:
- scipy>=1.5.2
- tracktable
- tracktable-data>=1.7.0

- pip

# Jupyter Dependencies
- ipykernel
- jupyter
Expand Down

0 comments on commit e0fa1fc

Please sign in to comment.