diff --git a/docs/conf.py.in b/docs/conf.py.in index 86cabe771..0285ed7d3 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -82,11 +82,11 @@ html_static_path = ['_static'] html_favicon = '_static/images/favicon.png' html_css_files = [ 'css/index.css', - 'https://docs.luxonis.com/en/gen2/_static/css/navbar.css', + 'https://docs.luxonis.com/en/latest/_static/css/navbar.css', ] html_js_files = [ - 'https://docs.luxonis.com/en/gen2/_static/js/navbar.js', + 'https://docs.luxonis.com/en/latest/_static/js/navbar.js', ] html_title = 'DepthAI documentation | Luxonis' -intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} \ No newline at end of file +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}