-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build Passed But Documentation Not Showing #5611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @bno5761 |
I apologize for not posting it earlier! I've updated the original post to include it. |
Looks like you are missing to change the documentation type to mkdocs (default is sphinx) https://docs.readthedocs.io/en/stable/config-file/v2.html#mkdocs |
I've added a configuration file to the root directory, but the build is now failing to build altogether! This makes me think there's an issue with the configuration file. |
I think the other problem was due a regression in our latest release, I just triggered a new build and it was successful https://readthedocs.org/projects/stapletonlab/builds/8949337/ Also, you may want to use the v2 of the config file https://github.com/jdc5884/StapletonLab/blob/master/.readthedocs.yml (v1 doesn't have the |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. Thanks! |
I apologize for taking so long to respond. The last couple of weeks involved finishing my classes, and I didn't have much opportunity to work on this. Thanks for helping get the build to pass again. But, the RtD is not allowing the docs referenced in the index.md file to populate. I have only a couple of simple trial documents under /doc_files, but I would still expect them to appear online. |
For mkdocs, you need to use v2 of the Read the Docs configuration file. Your project is currently using v1 which only supports sphinx for building documentation. If you update your config file to look like the sample in our documentation except with you want the lines for |
It now works! After changing the version and one of the admin settings in Read the Docs (from Sphinx to Mkdocs), it built without error. Thanks so much! |
Details
I’m trying to create documentation for a new project, but the docs are not rendering online. In order to get everything started, I made just a couple of simple .md files (including one named index.md) and set up the .yml file, as well. To further reduce mistakes, I’ve even copied the format of another RtD I oversee; so I know this new one should work. I’ve connected the project GitHub to readthedocs, and the build passes. But, no docs appear at the appropriate URL. This is similar to issue #2356.
Expected Result
Documentation should render correctly.
Actual Result
I receive the dreaded “This page does not exist yet” error.
The text was updated successfully, but these errors were encountered: