readthedocs: Add configuration file

Use the more powerful configuration file .readthedocs.yaml to ensure
that all requirements are installed. This now includes also a distro
package, python-newt, something that cannot be installed via a
requirements.txt.

Fixes the doc build for 2.6.x which become broken with the addition of
the menu plugin.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2021-11-22 19:00:03 +01:00
parent 2c0486d846
commit 122f7749a3
2 changed files with 39 additions and 1 deletions

3
docs/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
sphinx>=1.2.0
CommonMark>=0.5.6
sphinx-argparse>=0.2.1