fix tox.ini and conf.py to use sphinx_tabs_nowarn

This commit is contained in:
Srinivas Nyayapati 2020-08-11 08:50:14 -04:00
parent 7673712d3e
commit c36bd748f3
2 changed files with 4 additions and 1 deletions

View File

@ -135,6 +135,9 @@ extlinks = {
'pypi': ('https://pypi.org/project/%s/', ''),
}
# Turn off sphinx build warnings because of sphinx tabs during man pages build
sphinx_tabs_nowarn = True
# -- Options for HTML output --------------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with

View File

@ -56,7 +56,7 @@ commands =
# can not use a different configuration directory vs source directory on RTD
# currently -- https://github.com/rtfd/readthedocs.org/issues/1543.
# That is why we have a "-c docs/html" in the next line.
sphinx-build -W -d {envtmpdir}/doctrees/man -b man docs/man docs/build/man -c docs/html -D extensions=sphinx.ext.extlinks,pip_sphinxext,sphinx.ext.intersphinx
sphinx-build -W -d {envtmpdir}/doctrees/man -b man docs/man docs/build/man -c docs/html
[testenv:lint]
skip_install = True