Closed kattni closed 3 years ago
Test on MagTag library. Docs were failing remotely on Read the Docs (API section was missing entirely) - updated .readthedocs.yml
to this .readthedocs.yaml
, and the docs successfully built remotely. PR is here: https://github.com/adafruit/Adafruit_CircuitPython_MagTag/pull/72 Docs building with API reference intact here: https://circuitpython.readthedocs.io/projects/magtag/en/latest/
Looks good. I'm not experienced with sphinx/readthedocs build process though so I could be missing something.
One question before hand, does the base-level requirements.txt need any extra information or can it be left untouched?
@KeithTheEE Untouched. It will be generated for each library as usual, and RTD will use whatever is in it.
This is not the right fix. Testing the appropriate fix now.