Commit cd56e94
authored
delegate Python deps management to Python deps manager (#127)
This should make it easier to add/play with Sphinx extensions moving
forward.
This still uses direnv to:
- Load the Nix environment.
- Load the Python virtualenv environment.
- Ensure that any change to `requirements.txt` is immediately reflected
(on next CLI prompt).
This still uses Nix to:
- Install appropriate versions of curl, AWS CLI, git, jq, imagemagick,
and TeX (along with all of the required TeX packages).
- Install Python itself, so we know we're all using the same one.1 parent 8aab341 commit cd56e94
File tree
7 files changed
+44
-416
lines changed- .circleci
7 files changed
+44
-416
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
53 | 70 | | |
54 | 71 | | |
55 | 72 | | |
| |||
60 | 77 | | |
61 | 78 | | |
62 | 79 | | |
| 80 | + | |
63 | 81 | | |
64 | 82 | | |
65 | 83 | | |
66 | 84 | | |
67 | | - | |
68 | 85 | | |
69 | 86 | | |
70 | 87 | | |
| |||
75 | 92 | | |
76 | 93 | | |
77 | 94 | | |
| 95 | + | |
| 96 | + | |
78 | 97 | | |
79 | 98 | | |
80 | 99 | | |
| |||
135 | 154 | | |
136 | 155 | | |
137 | 156 | | |
| 157 | + | |
138 | 158 | | |
139 | 159 | | |
140 | 160 | | |
| |||
150 | 170 | | |
151 | 171 | | |
152 | 172 | | |
| 173 | + | |
| 174 | + | |
153 | 175 | | |
154 | 176 | | |
155 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
5 | 16 | | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
This file was deleted.
0 commit comments