Skip to content

Commit

Permalink
Give a more complex example for sitemap_url_scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard authored Feb 20, 2020
1 parent 461a6ec commit dda552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If you have both ``language`` and ``version`` set, the default URL format is
``sitemap_url_scheme`` in your Sphinx **conf.py** to the desired format. For
example::

sitemap_url_scheme = "{lang}{version}{link}"
sitemap_url_scheme = "{lang}{version}subdir/{link}"

**Note:** The extension is currently opinionated, in that it automatically
appends trailing slashes to both the ``language`` and ``version`` values. You
Expand Down

0 comments on commit dda552b

Please sign in to comment.