We've been looking at the application used by the Django Project to build and manage the Sphinx documentation:
<https://github.com/django/djangoproject.com/tree/master/docs> We want similar functionality for some of our own websites, because doing it this way is a much more seamless way than having documentation hosted on Read the Docs, particularly from the point of view of the styling. So, we want to explore the possibility of turning the application into a reusable application, that can easily be dropped into a Django-based website to build Sphinx documentation. The application currently is quite tied into the deployment environment and configuration of the Django Project website, so some of the work will be be to abstract it from that. A reusable version of the application will be useful for the many people who have Django sites and Sphinx documentation. It could be useful for the Django Project too, because abstracting its configuration and environment conditions will presumably make it easier to deploy the Django Project site in a different environment in the future. If anyone's interested in being involved in this, let me know. Regards, Daniele -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/20150814115637.1761782431%40mail.wservices.ch. For more options, visit https://groups.google.com/d/optout.
