Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dirhtml folder creation #37

Merged
merged 2 commits into from Nov 12, 2020
Merged

Conversation

TheTripleV
Copy link
Member

@TheTripleV TheTripleV commented Nov 11, 2020

closes #36

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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