diff --git a/docs/source/conf.py b/docs/source/conf.py index c2a1501..26730d2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,6 +57,6 @@ "dark_logo": "logo_dark.png", "sidebar_hide_name": True, } -html_extra_path = ["docs/source/robots.txt"] +html_extra_path = ["robots.txt"] sys.path.insert(0, os.path.abspath('../../')) diff --git a/docs/robots.txt b/docs/source/robots.txt similarity index 100% rename from docs/robots.txt rename to docs/source/robots.txt