Browse Source

Make documentation compile on laptop (old Sphinx)

Yentl Van Tendeloo 8 years ago
parent
commit
334dd58220
2 changed files with 4 additions and 3 deletions
  1. 1 1
      doc/conf.py
  2. 3 2
      doc/wrappers.rst

+ 1 - 1
doc/conf.py

@@ -119,7 +119,7 @@ todo_include_todos = False
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = 'classic'
+html_theme = 'default'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the

+ 3 - 2
doc/wrappers.rst

@@ -63,8 +63,9 @@ Functions
 
    Examples:
 
-   To login as user user1, with the specified password:
-      >>> login("user1", "my_password")
+   * To login as user user1, with the specified password:
+
+     >>> login("user1", "my_password")
 
 .. function:: model_add(model_name, metamodel_name, model_code=None)