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