mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier).
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -25,7 +25,7 @@ New features added
|
||||
if name.startswith('_'):
|
||||
return True
|
||||
|
||||
* Theming support.
|
||||
* Theming support, see the new section in the documentation.
|
||||
|
||||
* Markup:
|
||||
|
||||
@@ -98,6 +98,11 @@ New features added
|
||||
|
||||
- New builder for Qt help collections, by Antonio Valentino.
|
||||
|
||||
- The new ``DirectoryHTMLBuilder`` (short name ``dirhtml``) creates
|
||||
a separate directory for every page, and places the page there
|
||||
in a file called ``index.html``. Therefore, page URLs and links
|
||||
don't need to contain ``.html``.
|
||||
|
||||
- The new ``html_link_suffix`` config value can be used to select
|
||||
the suffix of generated links between HTML files.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user