Skip to content

Commit

Permalink
Add override sitemap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Apr 7, 2021
1 parent 0f6ec6a commit ea71974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# ones.
extensions = [
'notfound.extension',
'sphinx_sitemap',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -74,3 +75,6 @@

# Extra files to include
html_extra_path = []

# Sitemap options
sitemap_filename = "sitemap-override.xml" # RTD generates sitemap with not much in it...
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
furo==2021.3.20b30
Sphinx==3.5.3
sphinx-notfound-page==0.6
sphinx-sitemap==2.2.0

0 comments on commit ea71974

Please sign in to comment.