diff --git a/doc/source/conf.py b/doc/source/conf.py index 9fa2fee3..9efb5c91 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,6 +33,7 @@ extensions = [ 'oslosphinx', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.viewcode', + 'stevedore.sphinxext', ] # Add any paths that contain templates here, relative to this directory. diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index 75404bd1..64f3d449 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -43,3 +43,9 @@ API, some of them have different properties: .. _redis: http://redis.io .. _postgresql: http://postgresql.org .. _mysql: http://mysql.org + +Backends +======== +.. list-plugins:: tooz.backends + :detailed: +