Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
enables log
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 27, 2017
1 parent b00ee69 commit 31377b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pyquickhelper/helpgen/sphinx_main.py
Expand Up @@ -279,6 +279,10 @@ def generate_help_sphinx(project_var_name, clean=False, root=".",
It does not require to get script location.
Not enough stable from virtual environment.
"""
from ..pycode import is_travis_or_appveyor
if is_travis_or_appveyor() == "circleci":
fLOG = print

fLOG("---- JENKINS BEGIN DOCUMENTATION ----")
if layout is None:
layout = [("html", "build", {})]
Expand Down

0 comments on commit 31377b5

Please sign in to comment.