neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Added the sphinx-sitemap package to generate a xml sitemap for google #85

Closed IgorTatarnikov closed 11 months ago

IgorTatarnikov commented 11 months ago

Before submitting a pull request (PR), please read the contributing guide.

Description

What is this PR

Why is this PR needed? Google is not indexing the default websites correctly. Generating a sitemap will provide google with all available url paths.

What does this PR do? Adds the sphinx-sitemap package to auto-generate a sitemap on build.

References

84

How has this PR been tested?

Code tested by building locally and inspecting the sitemap by eye.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist:

Checklist: