Closed sillitoe closed 8 years ago
Thanks for the report.
Hmm. I tried switching to Python 3. That made it break worse. Now that I've switched it back again, the builds seem to be passing. But the page is still a 404. I might come back to this later to see if it just sorts itself out.
Seems to be working if I visit the URL with a trailing /README/
. I don't know why the index isn't working but this will do for now. In the future, I think it'd be good to separate out the README.md in the root directory from ReadTheDocs Markdown files in a separate subdirectory.
Have now improved so:
index.md
file)docs
subdirectory
The readthedocs link currently directs to a 404.
Looks like this is because the build is failing with the following error
https://readthedocs.org/projects/cath-tools/builds/3459390/
Following that suggested link:
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning
Seems to suggest we need to upgrade to a more recent version of python (v3).