ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
22 lines
471 B
YAML
22 lines
471 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
# Project page: https://readthedocs.org/projects/cpython-previews/
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: Doc/conf.py
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3"
|
|
|
|
commands:
|
|
- asdf plugin add uv
|
|
- asdf install uv latest
|
|
- asdf global uv latest
|
|
- make -C Doc venv html
|
|
- mkdir _readthedocs
|
|
- mv Doc/build/html _readthedocs/html
|