fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove DateValue, drop Py<3.6, fix tests.
[librarian.git]
/
src
/
librarian
/
builders
/
html.py
diff --git
a/src/librarian/builders/html.py
b/src/librarian/builders/html.py
index
5096e28
..
ed222d3
100644
(file)
--- a/
src/librarian/builders/html.py
+++ b/
src/librarian/builders/html.py
@@
-18,6
+18,7
@@
class HtmlBuilder:
with_footnotes = True
with_nota_red = True
no_externalities = False
+ orphans = True
def __init__(self, base_url=None):
self._base_url = base_url