]> git.ipfire.org Git - thirdparty/tornado.git/commit
docs: Use python 3.7 via conda for readthedocs builds
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2018 00:57:39 +0000 (19:57 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2018 00:57:39 +0000 (19:57 -0500)
commite7e31e5642ae56da3f768d9829036eab99f0c988
tree3709ced5b6b2ee642592dfcc5ea1c9211ffc6e20
parentcb2d8977e53ad36eba730ebf9bd8d790cb835540
docs: Use python 3.7 via conda for readthedocs builds

The typing module in python 3.5 has problems with some type
annotations so we need to build with 3.7. RTD doesn't yet support py37
natively but we can get it with conda following an example at
https://github.com/rtfd/readthedocs-docker-images/pull/73
docs/conda.yml [new file with mode: 0644]
readthedocs.yml [new file with mode: 0644]