Commit 78522b88 authored by Justin Weber's avatar Justin Weber
Browse files

add -q to pip install in .gitlab-ci.yml file

parent e1fb5705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ workflow:
docs:userguide:
  image: sphinxdoc/sphinx:latest
  script:
    - pip install sphinx_rtd_theme sphinx_tabs
    - pip install -q sphinx_rtd_theme sphinx_tabs
    - sphinx-build -b html docs/source_docs/ build/docs
    - sphinx-build -b html docs/picvva/ build/picvva
  stage: build-docs