diff --git a/docs/conf.py b/docs/conf.py index 9cb0d9b1..e694cdb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -331,7 +331,8 @@ html_theme = 'sphinx_rtd_theme' # A dictionary of options that influence the look and feel of the selected theme. # These are theme-specific. html_theme_options = { - 'github_url': 'https://github.com/mpusz/units' + # WARNING: unsupported theme option 'github_url' given + # 'github_url': 'https://github.com/mpusz/units' } # Add any paths that contain custom static files (such as style sheets) here,