Unverified Commit 68931577 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

add sphinx pipeline

parent 180377d5
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+13 −0
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