Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • F fml40-reference-implementation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • KWH40
  • fml40-reference-implementation
  • Merge requests
  • !27

Fix pipeline documentation build

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged GromeTT requested to merge fix_ci_pipeline into master Jul 05, 2022
  • Overview 0
  • Commits 5
  • Pipelines 1
  • Changes 2

The ci/cd pipeline is divided into two stages (build and deploy). The build stage is executed in every branch. Deployment is only executed for the master branch. This enables testing of the pipeline.

Fixing the sphinx version to 5.0.2 and removing dependencies to the additional sphinx packages, fixes the crash of the doc building jobs.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_ci_pipeline