Skip to content

Add GitHub Actions workflow for Sphinx documentation deployment Resolves #20 #38

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shashank0470
Copy link

Description

Adds GitHub Actions workflow to automatically build and deploy Sphinx documentation to GitHub Pages.

Changes

  • Added .github/workflows/docs.yml
  • Configures automatic deployment on docs changes
  • Installs required dependencies (sphinx, graphviz)

Note

Repository admin needs to configure GitHub Pages settings:
Settings → Pages → Source → "GitHub Actions"

Resolves #20

- Builds Sphinx docs on push to main branch
- Installs required dependencies (sphinx, graphviz)
- Deploys to GitHub Pages automatically
- Resolves 52North#20
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.

Set up documentation site using GitHub Pages
1 participant