I am in the process of migrating an application (Sage) from Twisted to Django.
Static documentation is currently served under /doc/static
, while live (built on-the-fly) documentation are served under /doc/live
.
Is it possible to use Twisted to serve /doc/static
only, leaving Django to serve the rest of /doc/*
?