Staging
v0.8.1
Revision 9129af6050b747f288baa9d4e7d43031647ed222 authored by kj on 30 October 2020, 04:01:17 UTC, committed by GitHub on 30 October 2020, 04:01:17 UTC


Follow up to 7cdf30fff39ea97f403b5472096349998d190e30 and 4173320920706b49a004bdddd8d7108e8984e3fc. This addresses the point "1. Update links in typing, subscription and union to point to GenericAlias." in the bpo for this PR.
1 parent 3317466
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top