Merge branch 'rtd-theme' of github.com:clearlinux/clear-linux-documentation into rtd-theme

This commit is contained in:
Kevin Putnam
2019-08-05 09:45:57 -07:00
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -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
+4 -2
View File
@@ -34,7 +34,7 @@ import shlex
#]
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.
@@ -325,4 +325,6 @@ html_add_permalinks = ""
# -- 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/'