Files @ 33f1faa7fe04
Branch filter:

Location: kallithea/docs/api/models.rst

33f1faa7fe04 511 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
mads
setup: bump Sphinx version

Sphinx 3.0.4 doesn't version its dependencies correctly, and it fails with latest jinja 3.1.2:
ImportError: cannot import name 'environmentfilter' from 'jinja2' (.../site-packages/jinja2/__init__.py)

Latest Sphinx version supports latest Jinja version and seems to render the
documentation correctly.
.. _models:

========================
The :mod:`models` module
========================

.. automodule:: kallithea.model
   :members:

.. automodule:: kallithea.model.comment
   :members:

.. automodule:: kallithea.model.permission
   :members:

.. automodule:: kallithea.model.repo
   :members:

.. automodule:: kallithea.model.repo_group
   :members:

.. automodule:: kallithea.model.scm
   :members:

.. automodule:: kallithea.model.user
   :members:

.. automodule:: kallithea.model.user_group
   :members: