XanaduAI / strawberryfields

Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
https://strawberryfields.ai
Apache License 2.0
754 stars 191 forks source link

Pin docutils to version v0.16 #568

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #568 (9b6192d) into master (a0f8b5b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #568   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files          76       76           
  Lines        8332     8332           
=======================================
  Hits         8196     8196           
  Misses        136      136           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0f8b5b...9b6192d. Read the comment docs.