docs - rename sitemap to bypass rtd rewrite
This commit is contained in:
parent
01857d8ac0
commit
9e4961ccb5
@ -83,7 +83,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
|||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# for sitemap
|
# for sitemap
|
||||||
sitemap_filename = "mysitemap.xml"
|
sitemap_filename = "sm.xml"
|
||||||
branch = get_git_branch()
|
branch = get_git_branch()
|
||||||
if branch == "master" :
|
if branch == "master" :
|
||||||
html_baseurl = 'https://bunkerized-nginx.readthedocs.io/en/latest/'
|
html_baseurl = 'https://bunkerized-nginx.readthedocs.io/en/latest/'
|
||||||
|
|||||||
@ -2,4 +2,4 @@ User-agent: *
|
|||||||
|
|
||||||
Disallow: /en/dev/
|
Disallow: /en/dev/
|
||||||
|
|
||||||
Sitemap: https://bunkerized-nginx.readthedocs.io/mysitemap.xml
|
Sitemap: https://bunkerized-nginx.readthedocs.io/en/latest/sm.xml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user