Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 326 Bytes

File metadata and controls

16 lines (9 loc) · 326 Bytes

How to create a conda environemnt for local SPhinx-build

conda env create --file sphinx.yml --prefix=<PATH>/<ENV_NAME>

For MAC

conda create sphinx --prefix=/Users/burcinbo/miniconda3/envs/test

Setup sphix

git init sphinx-quickstart

Seperate source and build - y

sphinx-build source build