-
Notifications
You must be signed in to change notification settings - Fork 27
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pygame-web/pygame-web.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pygame-web/pygame-web.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sphinx-test
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 31 files changed
- 1 contributor
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed35c3e - Browse repository at this point
Copy the full SHA ed35c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for edbb4a1 - Browse repository at this point
Copy the full SHA edbb4a1View commit details
Commits on Apr 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7fd4ffa - Browse repository at this point
Copy the full SHA 7fd4ffaView commit details -
programmatically add h1 titles pages missing them
- sphinx requires titles to build docs. - the code follows: ``` import os for root, dirs, files in os.walk("source", topdown=False): if "README.md" not in files: continue path = os.path.join(root, "README.md") print(path) with open(path) as f: content = f.read() if "# " not in content: with open(path, "w") as f: f.write(f"# {root.split('/')[-1]}\n" + content) ```
Configuration menu - View commit details
-
Copy full SHA for 0bb4a45 - Browse repository at this point
Copy the full SHA 0bb4a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d88ef - Browse repository at this point
Copy the full SHA 71d88efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce3ce2 - Browse repository at this point
Copy the full SHA 5ce3ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6822b7 - Browse repository at this point
Copy the full SHA b6822b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5cff5 - Browse repository at this point
Copy the full SHA bb5cff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d0ec4 - Browse repository at this point
Copy the full SHA 93d0ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6d92d - Browse repository at this point
Copy the full SHA 2e6d92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1694b - Browse repository at this point
Copy the full SHA 7c1694bView commit details
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b07dc42 - Browse repository at this point
Copy the full SHA b07dc42View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...sphinx-test