Skip to content

readthedocs builds are failing for latest 8.0.0 builds #7507

@dhalbert

Description

@dhalbert

From readthedocs logs:

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

I think this may be due to the latest ci_fetch_deps.py changes.

Tagging @microdev1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions