Skip to content

Conversation

@Patater
Copy link
Contributor

@Patater Patater commented May 24, 2019

GitHub pages uses Jekyll by default. Jekyll ignores all files and
folders beginning with _. Sphinx is hard-coded to always output its
theme to a folder named _static. In order to include _static in the
published site, add a .nojekyll file to disable Jekyll processing (we
don't need it, as we have html files and nothing needing Jekyll
processing like markdown).

GitHub pages uses Jekyll by default. Jekyll ignores all files and
folders beginning with `_`. Sphinx is hard-coded to always output its
theme to a folder named `_static`. In order to include `_static` in the
published site, add a `.nojekyll` file to disable Jekyll processing (we
don't need it, as we have html files and nothing needing Jekyll
processing like markdown).
@Patater Patater added the enhancement New feature or request label May 24, 2019
@Patater
Copy link
Contributor Author

Patater commented May 24, 2019

Tested manually that this enables the _static folder to work.

@Patater Patater merged commit 896e9d3 into ARMmbed:psa-crypto-api May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants