File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,16 @@ sphinx:
24
24
# Eventually we will also build docs as PDF and ePub.
25
25
# formats: all
26
26
27
- # The Docker image for building the docs
27
+ # This OS version
28
28
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
+
31
37
# The Anaconda environment to build the docs
32
38
conda :
33
39
environment : documentation_build_environment.yml
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ any given one.
14
14
15
15
### TRACKTABLE 1.7.0
16
16
17
+ - 298: Update ReadTheDocs config to use libmamba
17
18
- 296: Conda YML per OS and Python version
18
19
- 293: Add brand new CHANGELOG for 1.7.0 and future releases
19
20
- 294: Update PyPI tags for Python 3.11
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ dependencies:
15
15
- scipy>=1.5.2
16
16
- tracktable
17
17
- tracktable-data>=1.7.0
18
-
18
+ - pip
19
+
19
20
# Jupyter Dependencies
20
21
- ipykernel
21
22
- jupyter
You can’t perform that action at this time.
0 commit comments