Commits

docs/source/conf.py

Modified
52 52 # directories to ignore when looking for source files.
53 53 # This pattern also affects html_static_path and html_extra_path.
54 54 exclude_patterns = []
55 55
56 56
57 57 # -- Options for HTML output -------------------------------------------------
58 58
59 59 # The theme to use for HTML and HTML Help pages. See the documentation for
60 60 # a list of builtin themes.
61 61 #
62 -html_theme = 'alabaster'
62 +html_theme = 'sphinx_rtd_theme'
63 +html_logo = 'casa_logo-small.png'
64 +
65 +# Theme options are theme-specific and customize the look and feel of a theme
66 +# further. For a list of options available for each theme, see the
67 +# documentation.
68 +#
69 +html_theme_options = {
70 + 'collapse_navigation': True,
71 + 'navigation_depth': 5,
72 + 'style_nav_header_background': 'white',
73 + 'logo_only': True
74 +}
63 75
64 76 # Add any paths that contain custom static files (such as style sheets) here,
65 77 # relative to this directory. They are copied after the builtin static files,
66 78 # so a file named "default.css" will overwrite the builtin "default.css".
67 79 html_static_path = ['_static']
80 +
81 +# tweak the default readthedocs theme
82 +def setup(app):
83 + app.add_css_file('customization.css')

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut