Integrate sphinx-sitemap for generating a sitemap in Jupyter Book.#382
Integrate sphinx-sitemap for generating a sitemap in Jupyter Book.#382github-actions[bot] wants to merge 7 commits into
sphinx-sitemap for generating a sitemap in Jupyter Book.#382Conversation
|
There was an error when building the Jupyter book: git-bob comment on how to fix this |
|
This message was generated by git-bob (version: 0.14.0, model: github_models:gpt-4o, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully. The changes made in the pull request align with the discussion regarding the integration of the Regarding the build error raised by @haesleinhuepf, it appears unrelated to the changes for the |
This message was generated by git-bob (version: 0.14.0, model: github_models:gpt-4o, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.
To enhance the search engine discoverability of our Jupyter Book hosted on GitHub Pages, we integrated the
sphinx-sitemapextension. In thedocs/_config.yml, we added thesphinx_sitemapextension and configured it with the appropriatesite_url. Additionally, we updated therequirements.txtto include thesphinx-sitemapas a new dependency, ensuring that the sitemap is generated during the build process.sphinx_sitemapextension to enable sitemap generation.sphinx-sitemapto the list of required packages.closes #381