mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
10 lines
183 B
YAML
10 lines
183 B
YAML
name: docs
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- sphinx
|
|
- nbsphinx
|
|
- pip:
|
|
- sphinx_rtd_theme
|
|
- git+https://github.com/gumyr/build123d.git#egg=build123d
|