You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tgus repository contains a jupyter book in the "docs" folder that is rendered automatically to a github.io website. How can we add a sitemap to make our contents discoverable by search engines?
Git-bob comment
The text was updated successfully, but these errors were encountered:
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 add a sitemap to your Jupyter Book, you can use the sphinx-sitemap extension. Here’s how you can integrate it into your current configuration:
Install the sphinx-sitemap package via pip if you haven't yet:
pip install sphinx-sitemap
Update your _config.yml to include the extension and set the necessary configuration. Add the sitemap info under sphinx.config:
Tgus repository contains a jupyter book in the "docs" folder that is rendered automatically to a github.io website. How can we add a sitemap to make our contents discoverable by search engines?
Git-bob comment
The text was updated successfully, but these errors were encountered: