Skip to content
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

Fix ReadTheDocs by adding configuration file #693

Merged
merged 1 commit into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. Fix ReadTheDocs by adding configuration file

    The documentation is failing to upload to ReadTheDocs [because it doesn't build](https://app.readthedocs.org/projects/hazelcast/builds/25183105/):
    > Config file not found at default path The required .readthedocs.yaml configuration file was not found at repository's root.
    
    This means that the [latest available version](https://hazelcast.readthedocs.io/en/latest/) listed is `v5.3.0`, `v5.4.0` is missing:
    ![image](https://github.com/user-attachments/assets/dfc91853-8988-43d4-a429-03f401147edb)
    
    I've created a simple configuration [based on their documentation](https://docs.readthedocs.io/en/stable/config-file/index.html) to address this.
    
    I've [built this branch on ReadTheDocs](https://app.readthedocs.org/projects/hazelcast/builds/25186169/) to create a public-but-unlisted site [here](https://hazelcast.readthedocs.io/en/fix-readthedocs-3/).
    
    Discovered by [PR feedback](hazelcast/rel-scripts#22 (comment)).
    JackPGreen authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cfe8af7 View commit details
    Browse the repository at this point in the history