diff --git a/docs/conf.py b/docs/conf.py index 929c667..11fe24c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,7 +83,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_static_path = ['_static'] # for sitemap -sitemap_filename = "mysitemap.xml" +sitemap_filename = "sm.xml" branch = get_git_branch() if branch == "master" : html_baseurl = 'https://bunkerized-nginx.readthedocs.io/en/latest/' diff --git a/docs/robots.txt b/docs/robots.txt index 9c26219..1814834 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -2,4 +2,4 @@ User-agent: * Disallow: /en/dev/ -Sitemap: https://bunkerized-nginx.readthedocs.io/mysitemap.xml +Sitemap: https://bunkerized-nginx.readthedocs.io/en/latest/sm.xml