Enable html4 writer in sphinx (#13056)

The sphinx update switched to an html 5 writer by default which broke
a bunch of our CSS which I unfortunately missed. While that is
definitely fixable, a few days before our 2.0 release this doesn’t
seem sensible to focus on so for now let’s force the html4 writer.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2022-02-24 12:27:02 +01:00 committed by GitHub
parent 21769eaff5
commit bd1ae4cae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,8 @@ html_scaled_image_link = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'DigitalAssetSDKdoc'
html4_writer = True
# -- Options for LaTeX output ---------------------------------------------