git clone --no-single-branch --depth 50 https://github.com/adafruit/circuitpython .
git checkout --force origin/main
git clean -d -f -f
asdf global python 3.11.0
python -mvirtualenv
python -m pip install --upgrade --no-cache-dir pip setuptools<58.3.0
python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme readthedocs-sphinx-ext<2.3
python -m pip install --exists-action=w --no-cache-dir -r requirements-doc.txt
python tools/ci_fetch_deps.py docs HEAD
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/circuitpython/checkouts/latest/tools/ci_fetch_deps.py", line 138, in <module>
Target: docs
main()
File "/home/docs/checkouts/readthedocs.org/user_builds/circuitpython/checkouts/latest/tools/ci_fetch_deps.py", line 93, in main
raise RuntimeError(f"Unsupported target: {TARGET}")
RuntimeError: Unsupported target: docs
From readthedocs logs:
I think this may be due to the latest
ci_fetch_deps.pychanges.Tagging @microdev1