Loading .gitlab-ci.yml +0 −13 Original line number Diff line number Diff line image: python:3.10 pages: script: - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - cd docs - make html - mv build/html/ ../public/ artifacts: paths: - public only: - main Loading
.gitlab-ci.yml +0 −13 Original line number Diff line number Diff line image: python:3.10 pages: script: - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - cd docs - make html - mv build/html/ ../public/ artifacts: paths: - public only: - main