Skip to content

Commit 68fc42c

Browse files
authored
fix(docs): restore index.rst to fix RTD build (#46)
sphinx_gallery hardcodes index.html lookup in embed_code_links. Using root_doc='readme_link' caused FileNotFoundError on RTD clean builds (masked locally by stale shelve cache). Move README include and toctree from readme_link.rst back to index.rst and remove root_doc override.
1 parent 2ac13a2 commit 68fc42c

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
copyright = '2024, Antonio Caparrini, Javier Arroyo'
2121
author = 'Antonio Caparrini, Javier Arroyo'
2222
release = version
23-
root_doc = 'readme_link'
2423

2524
# -- General configuration ---------------------------------------------------
2625
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
File renamed without changes.

0 commit comments

Comments
 (0)