diff options
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index a81fb655..de84a196 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,5 @@ from docs_conf.conf import * -#branch configuration - branch = 'latest' master_doc = 'index' @@ -16,4 +14,4 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon.css") + app.add_css_file("css/ribbon.css") |