Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ image: python:3.11-slim pages: script: - pip3 install sphinx sphinx-rtd-theme - sphinx-build --color -W -a -v -b html source public - sphinx-build /docs/source public artifacts: paths: # The folder that contains the files to be exposed at the Page URL Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ image: python:3.11-slim pages: script: - pip3 install sphinx sphinx-rtd-theme - sphinx-build --color -W -a -v -b html source public - sphinx-build /docs/source public artifacts: paths: # The folder that contains the files to be exposed at the Page URL Loading