{% extends "dashboard/base_dashboard.html" %} {% block title %}Import an existing project{% endblock %} {% block dash-nav-import %}active{% endblock %} {% block content-header %}

Import an existing project

{% endblock %} {% block content %}

Use this if you already have Sphinx docs in a public repository. If not, create a new project.

{% if not request.user.get_profile.whitelisted %}

Note: If you are using custom extensions in your sphinx documentation, it will not work. Your project must be whitelisted, so that it can execute arbitrary code. Please email us if you need this capability.

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

{% endblock %}