Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ deploy-job: pages: stage: deploy script: - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - python3 -m pip install --user --upgrade pip - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - export PATH=$PATH:$(python3 -m site --user-base)/bin - cd docs - make html - mv build/html ../public Loading @@ -37,3 +39,4 @@ pages: - public only: - feature_documentation - main No newline at end of file Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ deploy-job: pages: stage: deploy script: - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - python3 -m pip install --user --upgrade pip - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - export PATH=$PATH:$(python3 -m site --user-base)/bin - cd docs - make html - mv build/html ../public Loading @@ -37,3 +39,4 @@ pages: - public only: - feature_documentation - main No newline at end of file