Author: cito
Date: Sat Feb  6 15:34:06 2016
New Revision: 828

Log:
Fix silly typo.

Modified:
   branches/4.x/docs/conf.py
   trunk/docs/conf.py

Modified: branches/4.x/docs/conf.py
==============================================================================
--- branches/4.x/docs/conf.py   Sat Feb  6 15:23:33 2016        (r827)
+++ branches/4.x/docs/conf.py   Sat Feb  6 15:34:06 2016        (r828)
@@ -18,8 +18,8 @@
 # Import Cloud theme (this will also automatically add the theme directory).
 # Note: We add a navigation bar to the cloud them using a custom layout.
 if os.environ.get('READTHEDOCS', None) == 'True':
-    # We cannot use our custom layout her, since RTD overrides layout.html.
-    use_clouse_theme = False
+    # We cannot use our custom layout here, since RTD overrides layout.html.
+    use_cloud_theme = False
 else:
     try:
         import cloud_sptheme

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Sat Feb  6 15:23:33 2016        (r827)
+++ trunk/docs/conf.py  Sat Feb  6 15:34:06 2016        (r828)
@@ -18,8 +18,8 @@
 # Import Cloud theme (this will also automatically add the theme directory).
 # Note: We add a navigation bar to the cloud them using a custom layout.
 if os.environ.get('READTHEDOCS', None) == 'True':
-    # We cannot use our custom layout her, since RTD overrides layout.html.
-    use_clouse_theme = False
+    # We cannot use our custom layout here, since RTD overrides layout.html.
+    use_cloud_theme = False
 else:
     try:
         import cloud_sptheme
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to