Skip to content

doc: Add historical context about Web Support #13678

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: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions doc/usage/advanced/websupport/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Sphinx Web Support
Sphinx provides a Python API to easily integrate Sphinx documentation into your
web application. To learn more read the :ref:`websupportquickstart`.

.. _Pocoo: https://www.pocoo.org
.. _sphinx-websupport-app: https://github.com/shimizukawa/sphinx-websupport-app

.. note::

**Historical context**: Web Support originated from the `Pocoo`_ community,
the original creators of Sphinx, Jinja, Flask, Pygments, and more. Web
Support was part of a plan to create a forum application that tied together
Jinja, Flask, Sphinx, etc. The core goal behind Web Support was to enable a
user editing and suggestion layer on top of documentation. While the concept
has merit, the feature has seen limited adoption and development over the
years. As of 2025, there are few real-world examples of its use. See
`sphinx-websupport-app`_ for one such example.

.. toctree::

quickstart
Expand Down