Bring doc building up to python3 25/88625/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Wed, 26 Feb 2020 00:52:08 +0000 (16:52 -0800)
committerRobert Varga <nite@hq.sk>
Thu, 26 Mar 2020 16:13:04 +0000 (16:13 +0000)
commitd7db135780e129cc564066e1f0f31c9e62d8878e
tree9de16a14effad3ccfb63e5bb43f2e62db671af4d
parentdf7f08126a5e07037ffd1c15ead92b43d790ddc2
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