XanaduAI / thewalrus

A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.
https://the-walrus.readthedocs.io
Apache License 2.0
101 stars 55 forks source link

Pin docutils to version v0.16 #233

Closed josh146 closed 3 years ago

josh146 commented 3 years ago

Docutils version 0.17, released on April 3rd, contains a new HTML5 writer that uses HTML5 semantic tags (<main>, <section>, <header>, <footer>, <aside>, <figure>, and <figcaption>) rather than <div>. This breaks the CSS on the website.

This PR pins docutils to version 0.16.