Commit 7e9e23e8 authored by Jay's avatar Jay
Browse files

Updates CI doc build to use sphinx-build

This call allows one to specify the build type (html), the source dir (docs) and the destination dir (public).
parent 46d69e13
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -42,9 +42,7 @@ doc-build-and-deploy:
  stage: test 
  stage: test 
  script:
  script:
    - mamba install --file doc_requirements.txt
    - mamba install --file doc_requirements.txt
    - cd docs 
    - sphinx-build -b html docs public
    - ls
    - make html
  artifacts:
  artifacts:
    paths:
    paths:
      - public
      - public