lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

Docs not rendering correctly on readthedocs.io #69

Closed feakuru closed 7 years ago

feakuru commented 7 years ago

Hi! For the last few days, whenever I open http://django-slack.readthedocs.io, I get no CSS or JS on the page and am thus unable to navigate the docs properly.

feakuru commented 7 years ago

screenshot

lamby commented 7 years ago

Hm. I can't seem to work out why this is. See:

https://readthedocs.org/projects/django-slack/builds/5650583/

I just committed https://github.com/lamby/django-slack/commit/8087d215ac08cded2af214a3452fdaa4d685e76e but I don't think it will help.

feakuru commented 7 years ago

https://github.com/sphinx-doc/sphinx/issues/2633 https://github.com/rst2pdf/rst2pdf/issues/568 https://github.com/python-babel/babel/issues/56 These seem related. Might help to have a look

lamby commented 7 years ago

These seem related. Might help to have a look

Thanks, although I can't quite see how I can change my docs to prevent this issue - the linked issues seem to be about ways of fixing Sphinx itself? I'm probably missing something obvious...

SimonBarendse commented 7 years ago

Seems like the toctree_only argument is missing from the latex_documents in the sphinx conf.

See: http://www.sphinx-doc.org/en/stable/config.html#confval-latex_documents

I've opened #74 to fix this.

lamby commented 7 years ago

\o/

SimonBarendse commented 7 years ago

Missed something: we also need the auhtor to be set. I've opened another PR to fix this.

SimonBarendse commented 7 years ago

Build is passing now, but we still need #76 to get the theme back.