Skip to content

Commit

Permalink
added sphinx-sitemap for imporved web indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Dec 19, 2023
1 parent 94d1fc3 commit 2e2e104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ sphinx<7.2
sphinx-autodoc-typehints
sphinx-design
sphinx-gallery
sphinx-sitemap
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"nbsphinx",
"sphinx_design",
"sphinx_gallery.gen_gallery",
"sphinx_sitemap",
]

# Configure the myst parser to enable cool markdown features
Expand Down Expand Up @@ -137,6 +138,7 @@
# https://www.sphinx-doc.org/en/master/usage/extensions/githubpages.html
github_user = "neuroinformatics-unit"
html_baseurl = "https://movement.neuroinformatics.dev"
sitemap_url_scheme = "{link}"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 2e2e104

Please sign in to comment.