Skip to content

Conversation

@TheTripleV
Copy link
Collaborator

@TheTripleV TheTripleV commented Nov 11, 2020

closes #36

@Daltz333 Daltz333 merged commit fe953a4 into sphinx-doc:master Nov 12, 2020
if redirect_from.name != "index":
redirect_from = redirect_from / "index"
if redirect_to != master_doc:
if redirect_to.name != "index":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if redirect_to.name != "index":

Just a note that this may break in the future. Anyways, the default in Sphinx 2+ is index, so we don't break that many.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dirhtml builder errors with files called index

2 participants