docs/narr/settings.rst
changeset 11621 5747d4c2e083
parent 11605 2bf1eabb2bbd
--- a/docs/narr/settings.rst	Fri Jun 17 17:57:11 2016 +0200
+++ b/docs/narr/settings.rst	Wed May 11 11:26:16 2016 +0200
@@ -6,32 +6,9 @@
 Cubicweb Settings
 -----------------
 
-Pyramid CubicWeb will make use of the following configuration entries if found
-in the cubicweb configuration (a.k.a. `all-in-one.conf`):
-
-.. warning::
-
-    These settings requires the `pyramid` cube to be enabled on the instance.
-
-.. confval:: pyramid-session-secret
-
-    Secret phrase to sign the session cookie
-    
-    Used by :func:`pyramid_cubicweb.session.includeme` to configure the default session factory.
-
-    .. code-block:: ini
-
-        pyramid-session-secret = <some very secret passphrase>
-
-.. confval:: pyramid-auth-secret
-
-    Secret phrase to sign the authentication cookie
-    
-    Used by :func:`pyramid_cubicweb.auth.includeme` to configure the default authentication policy.
-
-    .. code-block:: ini
-
-        pyramid-auth-secret = <some other very secret passphrase>
+Pyramid CubicWeb will **not** make use of the configuration entries
+found in the cubicweb configuration (a.k.a. `all-in-one.conf`) for any
+pyramid related configuration value.
 
 
 .. _pyramid_settings: