Skip to content

Commit

Permalink
Fixing sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Aug 2, 2021
1 parent 470e3c8 commit ac9b04b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx.ext.autodoc",
"sphinx_sitemap",
# "sphinx_sitemap",
]

sitemap_locales = ["en"]
html_theme = "sphinx_rtd_theme"
autosummary_generate = True
autoclass_content = "class"

sitemap_locales = ["en"]
html_baseurl = "https://docs.files-composer.compose-x.io/"

extensions.append("sphinx_material")
Expand Down

0 comments on commit ac9b04b

Please sign in to comment.