Skip to content

readthedocs: remove sourcing of get_version.sh#697

Merged
mcarans merged 1 commit into
OoliteProject:masterfrom
mcarans:fix_readthedocs
Jul 16, 2026
Merged

readthedocs: remove sourcing of get_version.sh#697
mcarans merged 1 commit into
OoliteProject:masterfrom
mcarans:fix_readthedocs

Conversation

@mcarans

@mcarans mcarans commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Fixes #685

The readthedocs build started to work after the mk.sh PR was merged. Turns out the get_version.sh file correctly exits with:
❌ Parent process is sh, Bash parent is build_referencesheet_fn.sh. This file can only be called by meson or sourced by create_flatpak_fn.sh!

That error didn't cause the readthedocs build to fail, it just continued after the line sourcing get_version.sh and completed successfully. However, to prevent confusion better to remove the sourcing altogether as it's not needed.

A lot of explanation for deleting one line :-)

@phkb phkb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go.

@mcarans
mcarans merged commit ffb5c5a into OoliteProject:master Jul 16, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

readthedocs build is broken

2 participants