Skip to content

Commit

Permalink
Add requirement and config for sphinx-sitemap
Browse files Browse the repository at this point in the history
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
  • Loading branch information
krisdale committed Jul 31, 2019
1 parent bca5395 commit c24e785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -2,4 +2,5 @@ breathe==4.9.1
sphinx==1.8
docutils==0.14
sphinx_rtd_theme
sphinx-intl==2.0.0
sphinx-intl==2.0.0
sphinx-sitemap==1.0.2
6 changes: 4 additions & 2 deletions source/conf.py
Expand Up @@ -34,7 +34,7 @@
#]

extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.todo'
'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx_sitemap'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -325,4 +325,6 @@
# -- Options for Localization using sphinx-intl ---------------------------

locale_dirs = ['../locale/'] # path for lang-specific po files.
gettext_compact = False # optional.
gettext_compact = False # optional.

html_baseurl = 'https://docs.01.org/clearlinux/'

0 comments on commit c24e785

Please sign in to comment.