mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
62686393f5
* feat(Docs): prepare for sphinx-pages * feat(CI): added sphinx workflow * feat(Docs): added content * fix(CI): use the patched GH action * fix(CI): set source dir * chore(Docs): reorder project structure * chore(Docs): moved index.rst one level up? * fix(Config): restore the config file, etc. * fix(Docs): adjusted config
13 lines
194 B
YAML
13 lines
194 B
YAML
name: strip
|
|
channels:
|
|
- johnsnowlabs
|
|
- conda-forge
|
|
- defaults
|
|
- ml4t
|
|
- ranaroussi
|
|
dependencies:
|
|
- python=3.9
|
|
- pip:
|
|
- black
|
|
- libcst
|
|
prefix: /usr/local/anaconda3/envs/strip |