Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • manual-build manual-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • user-manualuser-manual
  • manual-buildmanual-build
  • Merge requests
  • !7

WR340584, Fix broken search links

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Glenn Walbran requested to merge WR340584-broken-search-links into master Aug 04, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

The scheduled manual builds are currently producing a manual with broken search links. The file extension is being set to undefined rather than the expected .html.

It turns out that these builds are using sphinx-build 3.1.2 and searchtools.js now expects DOCUMENTATION_OPTIONS.LINK_SUFFIX rather than DOCUMENTATION_OPTIONS.FILE_SUFFIX which is being produced by layout.

Solution: peg sphinx to the required version. Things can break when a later version becomes available and it has not been tested by us.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: WR340584-broken-search-links