sphinxcontrib-httpdomain
Sphinx extension that provides a domain for documenting HTTP APIs.
What it is and what it does
sphinxcontrib-httpdomain is a Sphinx extension that adds a domain for documenting HTTP APIs. It lets you use structured markup directives to describe HTTP endpoints, methods, parameters, and responses within Sphinx documentation, generating cross-referenced API reference pages.
The package depends only on sphinx and installs with low friction. It's classified as Production/Stable and supports Python 3.10 through 3.14. However, maintenance is aging—the last release was 191 days ago—so while it works with current Python versions, you should verify that its HTTP domain syntax and feature set align with your documentation workflow before adopting it for new projects.
Use it for:
- Generate structured API reference documentation for REST services within Sphinx projects.
- Document HTTP endpoints with method signatures, parameters, and response codes in a single domain.
- Cross-reference HTTP resources and endpoints within larger technical documentation.
- Build API docs that integrate with existing Sphinx-based project documentation.
- Maintain HTTP API documentation alongside other project docs in version control.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Sphinx domain for documenting HTTP APIs with structured markup and cross-referencing support.
Yes, if you are already using Sphinx and need HTTP API documentation markup. The low install friction, permissive license, and Production/Stable status make it a straightforward choice for Sphinx-based projects. However, verify that its feature set and syntax match your API documentation needs, and be aware that maintenance is aging—check whether active alternatives or community forks better suit modern workflows.
Install
sphinxcontrib-httpdomain on PyPI
pip
pip install sphinxcontrib-httpdomainuv
uv add sphinxcontrib-httpdomainpoetry
poetry add sphinxcontrib-httpdomainInstalling sphinxcontrib-httpdomain
Before you install
Low friction install with a single runtime dependency on sphinx. Maintenance status is aging (191 days since last release), though the package is marked Production/Stable and supports current Python versions through 3.14.
License in practice
BSD-2-Clause permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install sphinxcontrib-httpdomain
# In conf.py:
extensions = ['sphinxcontrib.httpdomain']
# In .rst file:
.. http:get:: /api/users
:synopsis: Retrieve user list
Requires Sphinx to be installed and a Sphinx project structure (conf.py, .rst files).
Verify before relying
- Whether the HTTP domain syntax and features remain compatible with recent Sphinx versions despite aging maintenance status.
- Whether this package is actively maintained or if community forks have superseded it for modern API documentation workflows.
Package facts
| License | BSD-2-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — sphinx |
| Maintenance | aging — 191 days since the last release |
| First released | |
| Downloads | 3,535,827/month — #2,588 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sphinxcontrib_httpdomain-2.0.0-py3-none-any.whl
Keywords: Sphinx, extension, documentation, contrib, HTTP, API, domain
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
sphinxcontrib-openapiSphinx extension that renders OpenAPI (Swagger)…
permissive · top 15,000 on PyPI
SphinxSphinx generates professional documentation…
permissive · top 1,000 on PyPI
sphinxcontrib-autoyamlA Sphinx extension that auto-generates…
permissive · top 15,000 on PyPI
sphinxcontrib-confluencebuilderSphinx extension that converts reStructuredText…
permissive · top 15,000 on PyPI
sphinx_designA Sphinx extension that adds responsive web…
permissive · top 5,000 on PyPI
changelogA Sphinx extension that generates formatted…
permissive · top 15,000 on PyPI
sphinxcontrib-apidocA Sphinx extension that automatically runs…
permissive · top 15,000 on PyPI
sphinx-inline-tabsAdds tabbed content blocks to Sphinx…
permissive · top 15,000 on PyPI
docstring-to-markdownConverts Python docstrings from…
copyleft · top 5,000 on PyPI
sphinxcontrib-serializinghtmlA Sphinx extension that outputs documentation…
permissive · top 1,000 on PyPI