Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ image: python:3.8 pages: stage: deploy script: - pip install sphinx - pip install sphinx_rtd_theme - cd docs - make html - mv _build/html ../public Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ image: python:3.8 pages: stage: deploy script: - pip install sphinx - pip install sphinx_rtd_theme - cd docs - make html - mv _build/html ../public Loading