mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Read the Docs is changing their build process. Some docs/conf.py manipulation they used to do automatically now must be manually included. https://about.readthedocs.com/blog/2024/07/addons-by-default/ Related changes: * Drop our version-alert.js. RTD's new "addons" includes equivalent warning on unreleased versions. * Integrate Google Analytics via sphinxcontrib-googleanalytics when GOOGLE_ANALYTICS_ID is set in docs build environment.
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
# Packages required only for building docs
|
|
|
|
Pygments~=2.16.1
|
|
readme-renderer~=41.0
|
|
sphinx~=7.2
|
|
sphinx-rtd-theme~=2.0.0
|
|
sphinxcontrib-googleanalytics~=0.4
|