1

When running chpldoc and pushing to github, the themes are corrupted. Do I need to set a flag to allow github to insert a theme?

== UPDATE ==

A specific example is here I ran this with chpldoc src/*.chpl -o docs

Brian Dolan
  • 3,086
  • 2
  • 24
  • 35

1 Answers1

2

It looks like an empty .nojekyll file is required, see this link:

https://daler.github.io/sphinxdoc-test/includeme.html#add-a-nojekyll-file

Lydia Duncan
  • 595
  • 2
  • 8