P5 CDN URL

To change the script tag with the URL for the p5 CDN, put a new one in the GLOBAL_CONTEXT dictionary defined in the conf.py file using the p5_library_source as the key and the new cag as the value. For example:

GLOBAL_CONTEXT = {"p5_library_source": (
    '<script'
    ' src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.min.js"'
    ' integrity="sha512-3RlxD1bW34eFKPwj9gUXEWtdSMC59QqIqHnD8O/NoTwSJhgxRizdcFVQhUMFyTp5RwLTDL0Lbcqtl8b7bFAzog=="'
    ' crossorigin="anonymous" referrerpolicy="no-referrer"></script>')}