Bring doc building up to python3 07/88307/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Wed, 26 Feb 2020 00:52:08 +0000 (16:52 -0800)
committerThanh Ha (zxiiro) <zxiiro@gmail.com>
Fri, 20 Mar 2020 20:00:53 +0000 (20:00 +0000)
commit4c9c239097137a4fa9b22c75921c6f0e70a7e348
tree734242eb66fd3454350427bfabf78812038a3987
parent8dd30473da8838e29fe267fb42d594452fb90cc7
Bring doc building up to python3

looks like readthedocs builds have been failing for a while
because python2 can't find some version of sphinx that is
now required by lfdocs-conf. Maybe an older version of
sphinx would still work, but it's time to catch up to
python3 anyway.

integration/test just added this same .readthedocs.yml
file which finally got it's rtd build to work after
having unknowingly been failing for a month:

https://git.opendaylight.org/gerrit/c/integration/test/+/88064
https://readthedocs.org/projects/odl-integrationtest/builds/?page=1

and netconf has been in the same boat:
https://readthedocs.org/projects/odl-netconf/builds/?page=1

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: I63c01d8d9805ee492ebeb4d1b65723ab8a2d59b9
(cherry picked from commit bca11c23ab24a7119a3972e4629f46e9e0565abd)
.readthedocs.yml [new file with mode: 0644]
tox.ini