Skip to content

Commit

Permalink
Enable html4 writer in sphinx (digital-asset#13056)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cocreature authored Feb 24, 2022
1 parent 21769ea commit bd1ae4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configs/html/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
# Output file base name for HTML help builder.
htmlhelp_basename = 'DigitalAssetSDKdoc'

html4_writer = True


# -- Options for LaTeX output ---------------------------------------------

Expand Down

0 comments on commit bd1ae4c

Please sign in to comment.