Fix ARM build on readthedocs.org

By default readthedocs.org uses Sphinx 1.8.5, but MR !4563 has
introduced depedency on ReferenceRole class which is available only in
Sphinx 2.0.0.

Path to doc/arm/requirements.txt needs to be configured in
readthedocs.org.
This commit is contained in:
Petr Špaček
2021-04-29 17:13:02 +02:00
parent 968b9b5697
commit 7df913aa3a

1
doc/arm/requirements.txt Normal file
View File

@@ -0,0 +1 @@
Sphinx>=2