Skip to content

Commit 731eafa

Browse files
committed
Merge branch 'main' into v3_develop
2 parents 07a1b78 + 1185303 commit 731eafa

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

depthai_sdk/docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
html_context = {
7676
'meta_robots': '<meta name="robots" content="noindex, nofollow" />',
7777
}
78+
# Folder for extra files like robots.txt
79+
html_extra_path = ['_extra']
80+
81+
html_meta = {
82+
"robots": "noindex, nofollow"
83+
}
7884

7985
intersphinx_mapping = {
8086
'python': ('https://docs.python.org/3', None),

0 commit comments

Comments
 (0)