Views for django-shinxdoc.
Displays the contents of a sphinxdoc.models.Document.
slug specifies the project, the document belongs to, path is the path to the original JSON file relative to the builddir and without the file extension. path may also be a directory, so this view checks if path/index exists, before trying to load path directly.
Renders the objects.inv as plain text.
Serves sphinx static and other files.
Inherits SearchView and handles a search request and displays the results as a simple list.
Instantiates the form that should be used to process the search query.
Adds the project, the contents of globalcontext.json (env) and the update_date as extra context.