How can I check in the build logs if readthedocs.yml has been used?
This should install sphinx-argparse but it does not.
My project: https://gpxity.readthedocs.io
I added readthedocs.yml with
extra_requirements: - doc
and in setup.py:
extras_require={ ...'doc': ['sphinx', 'sphinx-autodoc-annotation', 'sphinx-argparse']}