Skip to content
Snippets Groups Projects
Commit d256b50b authored by vertighel's avatar vertighel
Browse files

Test doc

parents cc228c3e 305a0626
No related branches found
No related tags found
No related merge requests found
Pipeline #29529 passed
...@@ -138,14 +138,16 @@ pages: ...@@ -138,14 +138,16 @@ pages:
before_script: before_script:
- pip install -r docs/requirements.txt - pip install -r docs/requirements.txt
script: 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 - sphinx-build -b html docs/source public
artifacts: artifacts:
paths: paths:
- . # Pass the modified workspace - . # Pass the modified workspace
# - public # - public
# rules: rules:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Job 7: commit in branch # Job 7: commit in branch
commit_formatted_code: commit_formatted_code:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment