Skip to content

Extension error building docs #3321

@sgdecker

Description

@sgdecker

What went wrong?

I created a newly up-to-date devel environment this morning, but make clean html fails.

Operating System

Linux

Version

1.5.1.post377+g0fe89d5667

Python Version

3.12.0

Code to Reproduce

# BASH commands
create -n devel
conda activate devel
conda config --env --add channels conda-forge --add channels conda-forge/label/testing
conda install --file ci/requirements.txt --file ci/extra_requirements.txt --file ci/test_requirements.txt
pip install -e .
conda install --file ci/doc_requirements.txt
cd docs
make clean html

Errors, Traceback, and Logs

embedding documentation hyperlinks...

Extension error (sphinx_gallery.docs_resolv):
Handler <function embed_code_links at 0x7fcad89b32e0> for event 'build-finished' threw an exception (exception: Expecting property name enclosed in double quotes: line 1 column 2 (char 1))
make: *** [html] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething is not working like it should

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions