subprojects urls have been changed
[doc.git] / docs / conf.py
index 6f6f84e..6a1d71a 100644 (file)
@@ -1,7 +1,7 @@
 from docs_conf.conf import *
 
 branch = 'latest'
-doc_url = 'https://onap-doc.readthedocs.io/projects'
+doc_url = 'https://docs.onap.org/projects'
 master_doc = 'index'
 
 linkcheck_ignore = [
@@ -87,7 +87,7 @@ intersphinx_mapping['onap-aaf-authz'] = ('{}/onap-aaf-authz/en/%s'.format(doc_ur
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
 def setup(app):
-    app.add_stylesheet("css/ribbon_onap.css")
+    app.add_stylesheet("css/ribbon.css")
 
 
 from docutils.parsers.rst import directives