File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # -*- mode: yaml; -*-
12# yaml-language-server: $schema=https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.json
23# This file is @generated by <https://github.com/liblaf/copier-python>.
34# DO NOT EDIT!
3334
3435 install :
3536 # {%- if package_manager == "pixi" %}
36- - pixi install --environment "docs"
37+ - pixi install
3738 # {%- elif package_manager == "uv" %}
3839 - UV_PROJECT_ENVIRONMENT="$READTHEDOCS_VIRTUALENV_PATH" uv sync --all-extras --all-groups --link-mode copy
3940 # {%- endif %}
4445 # {%- if package_manager == "pixi" %}
4546 build :
4647 html :
47- - pixi run --environment "docs" mkdocs build --site-dir "$READTHEDOCS_OUTPUT/html/"
48+ - pixi run mkdocs build --site-dir "$READTHEDOCS_OUTPUT/html/"
4849 # {%- endif %}
4950
5051mkdocs :
You can’t perform that action at this time.
0 commit comments