4

I get this when I try to update my docs:

sphinx.errors.SphinxError: master file /home/docs/checkouts/readthedocs.org/user_builds/redditeasy/checkouts/latest/index.rst not found

It didn't used to show up like that. I looked at Build Fail Sphinx Error contents.rst not found but it didn't help either. How can I solve this?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Emir Sürmen
  • 884
  • 3
  • 14
  • 33
  • From your [Builds page](https://readthedocs.org/projects/redditeasy/builds/) I see that [`six` is not installed](https://readthedocs.org/projects/redditeasy/builds/12447051/) but is required. Even though it is in your `docs/requirements.txt`, you need to [configure RTD to install requirements](https://docs.readthedocs.io/en/stable/faq.html#my-documentation-requires-additional-dependencies) from this file. – Steve Piercy Nov 30 '20 at 08:08
  • My previous comment was half-right. There is a [bug in RTD](https://github.com/readthedocs/readthedocs.org/issues/7705) where `six` was removed from Sphinx 3.0.0 and RTD had set that version to the default. A fix is imminent. Meanwhile my suggestion is a temporary workaround. – Steve Piercy Nov 30 '20 at 12:11

0 Answers0