diff --git a/docs/conf.py b/docs/conf.py index 76275f1..929c667 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,6 +83,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_static_path = ['_static'] # for sitemap +sitemap_filename = "mysitemap.xml" branch = get_git_branch() if branch == "master" : html_baseurl = 'https://bunkerized-nginx.readthedocs.io/en/latest/'