Browse Source

Tweaking sphinx config

Matt Sparks 15 years ago
parent
commit
3a08edd1be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/conf.py

+ 2 - 2
docs/conf.py

@@ -32,7 +32,7 @@ import alphasign
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
 
 # Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+#templates_path = ['_templates']
 
 # The suffix of source filenames.
 source_suffix = '.rst'
@@ -118,7 +118,7 @@ html_style = 'default.css'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+#html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.