## Issue https://output.circle-artifacts.com/output/job/8e437392-4580-4896-9d68-8d87b5fbcb4d/artifacts/0/html/generated/gallery/index.html still links the examples using the directory naming, e.g. https://output.circle-artifacts.com/output/job/8e437392-4580-4896-9d68-8d87b5fbcb4d/artifacts/0/html/generated/gallery/plot_customized_center_frequency . This is in part because of CircleCI browses the docs in "offline" mode (i.e. need links explicitly to the `.html` file, not just the directory naming). A few possible solutions: * Add /index.html to these links to make them work. * Somehow fix https://github.com/smarie/mkdocs-gallery/ plugin to link properly in offline mode as well. #### Related * https://github.com/agencyenterprise/neurotechdevkit/pull/154 * https://github.com/agencyenterprise/neurotechdevkit/blob/main/mkdocs.yml#L80-L81 and https://github.com/agencyenterprise/neurotechdevkit/blob/main/.circleci/config.yml#L40