Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Dont use sphinx==4.0.0 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Harris <[email protected]>
  • Loading branch information
akihironitta and ethanwharris authored May 10, 2021
1 parent 0a68708 commit cfb029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=3.0
sphinx>=3.0, <4.0 # fails with sphinx_paramlinks with 4.0.0
recommonmark # fails with badges
m2r # fails with multi-line text
nbsphinx>=0.8
Expand Down

0 comments on commit cfb029e

Please sign in to comment.