Bug 427172

Summary: Over ride chunk.section.depth
Product: [Community] Publican Reporter: Jeff Fearn 🐞 <jfearn>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Michael Hideo <mhideo>
Severity: low Docs Contact:
Priority: high    
Version: 2.0CC: mmcallis, publican-list
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.26 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-02 00:59:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 402711    

Description Jeff Fearn 🐞 2008-01-01 22:25:55 UTC
Description of problem:
There is no facility for users to control the chunk depth of sections.

Version-Release number of selected component (if applicable):
0.25

How reproducible:
Always

Steps to Reproduce:
1. create_book -name foo
2. cd foo
3. make html

  
Actual results:
Sections chunked to depth of 5.

Expected results:
User should be able to override chunk depth.

Additional info:
Add Makefile param to allow users to overeride chunk.section.depth

Comment 1 Jeff Fearn 🐞 2008-01-02 00:59:26 UTC
Added CHUNK_SECTION_DEPTH param to allow chunk.section.depth override.