sphinx-contrib / confluencebuilder

Confluence Markup Builder Plugin for Sphinx
BSD 2-Clause "Simplified" License
317 stars 99 forks source link

correct editor check for index pages #941

Closed jdknight closed 7 months ago

jdknight commented 7 months ago

Index pages should be using a specific template based on whether a version one or version two editor is used. The conditional check to determine this is incorrect, and would always default to v2 when an editor was configured. Updating to explicit check for the v2 value.