mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
* Update docs build config
* Specify Sphinx and theme versions in docs/requirements.txt
(tox had been using latest; RTD had pinned older versions)
* Update docs builds for Python 3 and recent Sphinx
* Remove obsolete sphinx-rtd-theme patches
* Add .readthedocs.yml
* Move some JS to async (now that Sphinx supports that)
* Fix version-alert.js for async loading
* Remove docs versionadded/changed info older than v3.0
* Fix broken GitHub issue links in changelog (never worked?)
* Add setup long_description_content_type
* Drop poorly maintained AUTHORS.txt
(just point to GitHub contributors page)
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
%(head_prefix)s
|
|
<!--
|
|
This approximates PyPI.org project page styling as of 8/2020,
|
|
and loads their compiled CSS that was in use at that time.
|
|
|
|
(Styling seems to change more often than basic page structure,
|
|
so to update, it may be sufficient to copy in the current
|
|
<link rel="stylesheet" ...> tags from any live package page.)
|
|
|
|
This extends the docutils base template found at
|
|
${SITE_PACKAGES}/docutils/writers/html5_polyglot/template.txt
|
|
-->
|
|
|
|
<base href="https://pypi.org/">
|
|
%(head)s
|
|
<!-- template (stylesheet) omitted -->
|
|
|
|
<link rel="stylesheet" href="/static/css/warehouse-ltr.f2d4f304.css">
|
|
<link rel="stylesheet" href="/static/css/fontawesome.6002a161.css">
|
|
<link rel="stylesheet" href="/static/css/regular.98fbf39a.css">
|
|
<link rel="stylesheet" href="/static/css/solid.c3b5f0b5.css">
|
|
<link rel="stylesheet" href="/static/css/brands.2c303be1.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic|Source+Code+Pro:500">
|
|
<link rel="icon" href="/static/images/favicon.6a76275d.ico" type="image/x-icon">
|
|
|
|
%(body_prefix)s
|
|
|
|
<main id="#content">
|
|
|
|
<div class="banner">
|
|
<div class="package-header">
|
|
<div class="package-header__left">
|
|
%(body_pre_docinfo)s
|
|
%(docinfo)s
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="tabs-container">
|
|
<div class="vertical-tabs">
|
|
<div class="vertical-tabs__panel">
|
|
<div id="description" class="vertical-tabs__content">
|
|
<h2 class="page-title">Project description</h2>
|
|
|
|
<div class="project-description">
|
|
%(body)s
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
%(body_suffix)s
|