Skip to content

Improve Sphinx role usage, including linking Git manpages #1879

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

Merged
merged 10 commits into from
Mar 16, 2024
Prev Previous commit
Next Next commit
Link Sphinx manpage references to online Git docs
(This is grouped as a general option since it is technically
classified as such, even though it currently only affects HTML
output.)
  • Loading branch information
EliahKagan committed Mar 15, 2024
commit c5a29a97e9305f86723f7fceb3a2cd5eb1dadfa6
2 changes: 2 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"

manpages_url = "https://git-scm.com/docs/{page}"


# Options for HTML output
# -----------------------
Expand Down