Try fixing doc build

This commit is contained in:
Victor Zverovich 2019-04-06 10:04:56 -07:00
parent 735b1fadc3
commit 918ab77baa
2 changed files with 0 additions and 2 deletions

View File

@ -126,7 +126,6 @@ matrix:
before_script: before_script:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi
- if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi - if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi
- if [[ "${BUILD}" == "Doc" ]]; then sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157; fi
script: script:
- support/travis-build.py - support/travis-build.py

View File

@ -84,7 +84,6 @@ def build_docs(version='dev', **kwargs):
XML_OUTPUT = {1} XML_OUTPUT = {1}
ALIASES = "rst=\verbatim embed:rst" ALIASES = "rst=\verbatim embed:rst"
ALIASES += "endrst=\endverbatim" ALIASES += "endrst=\endverbatim"
INLINE_INHERITED_MEMBERS = YES
MACRO_EXPANSION = YES MACRO_EXPANSION = YES
PREDEFINED = _WIN32=1 \ PREDEFINED = _WIN32=1 \
FMT_USE_VARIADIC_TEMPLATES=1 \ FMT_USE_VARIADIC_TEMPLATES=1 \