You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,6 @@ Output appears in `docs/_build/html`. Open `index.html` in a browser to view.
24
24
GitHub Pages can publish the docs via GitHub Actions (Source: GitHub Actions). After pushing to `main`, enable Pages in Repository Settings → Pages with Source set to GitHub Actions.
25
25
26
26
The site uses the PyData Sphinx Theme (pulled in via `docs/requirements.txt`).
27
+
28
+
To serve from the `gh-pages` branch (recommended for this workflow):
29
+
Settings → Pages → Build and deployment → Source: Deploy from a branch → Branch: `gh-pages` / folder: `/ (root)`.
0 commit comments