Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
P
python-ligo-lw
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 5
    • Merge Requests 5
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Kipp Cannon
  • python-ligo-lw
  • Merge Requests
  • !6

Merged
Created Apr 09, 2019 by Duncan Macleod@duncanmmacleodContributor

Auto-build docs using sphinx

  • Overview 1
  • Commits 5
  • Pipelines 3
  • Changes 4

This merge adds a gitlab-ci configuration that uses sphinx to build documentation pages for this package. The docs are built on every commit, but only published for git tags. The docs will render here:

https://docs.ligo.org/kipp.cannon/python-ligo-lw/

The build should be fairly self-sufficient, requiring little maintenance, as long as the setup.py install_requires list is kept up-to-date relative to the actual library dependencies.

In order to have this build cleanly, the following library changes were made:

  • 36faf3f5: added missing dependencies to setup.py (except lalsuite)
  • 0336e9c2: corrected SyntaxError on python3
  • 1870e029: fixed usage of non-existent function
  • 2bb919cf: modified docstring to help sphinx formatting
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: docs