diff options
-rw-r--r-- | requirements/pins.pip | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 7ac8d0c2..b743c705 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -3,6 +3,7 @@ # Version pins, for use as a constraints file. -# Something in the docs reqs pinned to this version, then readme-renderer pulled -# in a newer version, so pin this globally. +# Sphinx pinned to 0.16, then readme-renderer pulled in a newer version, so pin +# this globally. +# Sphinx pin: https://github.com/sphinx-doc/sphinx/blob/master/setup.py#L25 docutils==0.16 |