mirror of https://github.com/mamba-org/mamba.git
add readthedocs config
This commit is contained in:
parent
5ac2dfda39
commit
53ecfe07ce
|
@ -0,0 +1,5 @@
|
|||
version: 2
|
||||
|
||||
conda:
|
||||
environment: docs/environment.yml
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
name: docs
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- myst-parser
|
||||
- sphinx
|
||||
- sphinx-book-theme
|
Loading…
Reference in New Issue