Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,7 @@ stages: docs:userguide: docs:userguide: image: sphinxdoc/sphinx:latest image: sphinxdoc/sphinx:latest script: script: - pip install sphinx_rtd_theme - pip install sphinx_rtd_theme sphinx_tabs - make -C docs - make -C docs - make -C docs/picvva - make -C docs/picvva stage: build-docs stage: build-docs Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,7 @@ stages: docs:userguide: docs:userguide: image: sphinxdoc/sphinx:latest image: sphinxdoc/sphinx:latest script: script: - pip install sphinx_rtd_theme - pip install sphinx_rtd_theme sphinx_tabs - make -C docs - make -C docs - make -C docs/picvva - make -C docs/picvva stage: build-docs stage: build-docs Loading