{% extends "projects/base_project_editing.html" %} {% block title %}Edit project versions{% endblock %} {% block editing-option-edit-proj %}class="active"{% endblock %} {% block content-header %}

Edit project versions

{% endblock %} {% block content %}

If you are having trouble building older versions of your Documentation, then you can Upload a Zip file of HTML instead. This is to support versions that may not build anymore with current Sphinx, or to support plugins and extensions that we may not have on our server.

Choose which versions you would like to publish besides the latest revision.

{% csrf_token %} {{ form.as_p }}

{% endblock %}