Ticket #5483 defect new

Opened 15 months ago

Last modified 15 months ago

Issue with twisted doc index in 12.0

Reported by: thijs Owned by:
Priority: high Milestone: regular-releases
Component: core Keywords: documentation
Cc: thijs Branch:
Author: Launchpad Bug:

Description

When you unpack the twisted 12.0 tarball, browse to doc/ and open the index.xhtml file, it will render properly in the browser, but clicking any of the links results in a 404. Looks like that index.xhtml wasn't converted to a .html file.

Change History

1

Changed 15 months ago by exarkun

  • milestone set to regular-releases

twisted.python._release.DistributionBuilder.buildTwisted starts in the top-level doc and looks at its child directories for documentation to build. Thus, it skips any documentation directly in the doc directory, as this unprocessed index.xhtml is.

Note: See TracTickets for help on using tickets.