Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
manual-build
manual-build
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • user-manual
  • manual-buildmanual-build
  • Merge Requests
  • !7

Merged
Created Aug 04, 2020 by Glenn Walbran@glennwMaintainer

WR340584, Fix broken search links

  • Overview 0
  • Commits 1
  • 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
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: WR340584-broken-search-links