diff --git a/docs/conf.py b/docs/conf.py index da9695911fcc4da119a0533df7ac5c95c854a2ce..e20cc00f590e410d8107c3a9c05bd42a70c9dd53 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,7 +95,6 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'rtd' -#html_style = 'labibi.css' # 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 @@ -127,12 +126,6 @@ html_favicon = 'bedtools.png' html_static_path = ['_static'] html_style = 'labibi.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'] - # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. html_last_updated_fmt = '%b %d, %Y'