only print rst2html version when building documentation

This commit is contained in:
arvidn 2015-12-20 11:38:55 -05:00
parent 17e54422f2
commit b49a207d2a
2 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,7 @@ install:
- 'echo "using darwin : cpp98 : ccache clang++ : <cflags>-std=c99 <cxxflags>-std=c++98 <compileflags>-Wno-deprecated-declarations ;" >> ~/user-config.jam'
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
- ccache -V && ccache --show-stats && ccache --zero-stats
- rst2html --version
- if [[ $docs == "1" && $TRAVIS_OS_NAME == "linux" ]]; then rst2html --version; fi
script:
# disable invoking docutils for now, until we can have a modern version of it

View File

@ -1952,6 +1952,9 @@ usage. It defaults to 0. ``cache_expiry`` is the number of seconds
from the last cached write to a piece in the write cache, to when
it's forcefully flushed to disk. Default is 60 second.
On 32 bit builds, the effective cache size will be limited to 3/4 of
2 GiB to avoid exceeding the virtual address space limit.
.. _explicit_cache_interval:
.. raw:: html