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

Add GitHub action workflow to build & publish doc #46

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

n-peugnet
Copy link
Contributor

  • Fix include directive error message:

    doc/index.rst:1: CRITICAL: Problems with "include" directive path:
    InputError: [Errno 2] No such file or directory: '../README'.
    

    This error may have appeared when upgrading the maximum Sphinx version.

  • Add GitHub action workflow to build & publish doc

You will need to follow the steps (1) to (4) from this GitHub doc, then once merged the doc should be accessible at this URL: https://markstory.github.io/sphinxcontrib-phpdomain/

Fixes #45

Fixes the followinf error message:

    doc/index.rst:1: CRITICAL: Problems with "include" directive path:
    InputError: [Errno 2] No such file or directory: '../README'.

This error may have appeared when upgrading the maximum Sphinx version.
@markstory markstory merged commit 3343f71 into markstory:master Apr 9, 2023
@markstory
Copy link
Owner

Thank you 🎉

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.

Online HTML documentation is not up to date
2 participants