Commit d256b50b authored by vertighel's avatar vertighel
Browse files

Test doc

parents cc228c3e 305a0626
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -138,14 +138,16 @@ pages:
  before_script:
    - pip install -r docs/requirements.txt
  script:
    - sphinx-apidoc -o docs/source noctua
    - echo "Current directory $(pwd)"
    - echo "Building docs..."
#    - sphinx-apidoc -o docs/source noctua
    - sphinx-build -b html docs/source public
  artifacts:
    paths:
      - . # Pass the modified workspace
  #    - public
  # rules:
  #   - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
  rules:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
  
# Job 7: commit in branch
commit_formatted_code: