Which site best fits your project?
Free for open-source software.
Sign upPlans starting at $50/month.
Sign upWhich site best fits your project?
Free for open-source software.
Sign upPlans starting at $50/month.
Sign up
Photo by Erik Mclean on Unsplash
We are announcing the deprecation of redirecting index URLs (ending in /) to /README.html
for all the projects that don't output an index.html file when building the documentation.
The deprecation date is set on Monday, July 1st, 2024.
After this date, projects not outputting an index.html file will fail their builds.
We understand this change will affect a few hundred of projects, so we have a timeline to communicate this deprecation to our users effectively.
/README/htmlWe strongly recommend to update your projects before July 1st, 2024 to avoid any downtime.
There are different approaches that can be followed depending on the configuration of your project.
master_doc = "index" instead of master_doc = "README".
This can be done by re-structuring your documentation or by creating a symlink from of index.rst -> README.rst.README.html as index.html once the build has finished using build.jobs.post_buildNote these are only two possible ideas, but there may be other ways to achieve the same goal.
Tip: you can create a redirect from
/README.htmlto/to keep links pointing to the deprecated URL working.
Contact us if you have any questions, and let us know any inconvenient you may have with this change.