-----------------
- Change the ``html_context`` keys for custom js/css scripts from
``script_files`` to ``extra_script_files`` and from ``css_files`` to
``extra_css_files``.
This change fixes a regression that was introduced in ``0.5.73`` which
allowed the build process on RTD to "inject" their css/js using the
``script_files``/``css_files`` keys of the html context.