From d5843970bca5796fd386b598a202e4729b622a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Sat, 10 Apr 2021 11:08:23 +0200 Subject: [PATCH] Use latest version in docs styles fetch --- docs/conf.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)}