Closed arporter closed 10 months ago
The builds will now always fail on RTD because we don't have a .readthedocs.yaml
configuration file.
Also, I am now unable to build the documentation locally. I get a KeyError
from AutoAPI:
Exception occurred:
File "/home/me/.pyenv/versions/3.10.7/envs/fparser310/lib/python3.10/site-packages/autoapi/directives.py", line 22, in get_items
obj = all_objects[name]
KeyError: 'fparser.two.Fortran2008.Fortran2008.Program_Unit'
Just to check, can either @rupertford or @sergisiso reproduce this?
Added the Release
label because we need RTD working before we make a new release.
Added a yaml file (in project home directory) and build on RTD works fine: https://fparser.readthedocs.io/en/435_add_rtd_yaml/.
Currently, the fparser doc builds on RTD are failing. Probably for the same package-incompatibility reason that we had in PSyclone (https://github.com/stfc/PSyclone/issues/2242). There are also some warnings indicating that we need to update our configuration: