diff --git a/docs/source/conf.py b/docs/source/conf.py index 8e0a7ac77..a7ed2d49e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,8 @@ extensions = [ ] # Add any paths that contain templates here, relative to this directory. -templates_path = ['ytemplates'] +#templates_path = ['ytemplates'] +templates_path = [] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: @@ -72,7 +73,13 @@ language = None exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. -pygments_style = None +pygments_style = 'sphinx' + +# If true, `todo` and `todoList` produce output, else they produce nothing. +todo_include_todos = True + +#Number figures for referencing +numfig = True # -- Options for HTML output ------------------------------------------------- @@ -80,7 +87,7 @@ pygments_style = None # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +#html_theme = 'alabaster' # 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 @@ -91,7 +98,7 @@ html_theme = 'alabaster' # 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 = ['ystatic'] +#html_static_path = ['ystatic'] # Custom sidebar templates, must be a dictionary that maps document names # to template names.