mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-25 03:01:58 -05:00
* Embedding video, adding PS tag definitions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * html -> HTML; add sphinxcontrib.youtube to env.yml * change place of sphinxcontrib.youtube in env.yml * one more sphinxcontrib-youtube change Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
19 lines
319 B
YAML
19 lines
319 B
YAML
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.9
|
|
- pip=20.2.2
|
|
- Sphinx=4.5.0
|
|
- myst-parser=0.17.2
|
|
- pydata-sphinx-theme
|
|
- sphinx-copybutton
|
|
- sphinx-design
|
|
- sphinx-togglebutton
|
|
|
|
- pip:
|
|
- sphinxemoji
|
|
- sphinx-sitemap
|
|
- sphinx-autobuild
|
|
- sphinxcontrib-youtube
|