Axelrod
Axelrod copied to clipboard
attempting to fix docutils version issue with sphinx
CI is broken because sphinx requires docutils >= 0.14 now but we're pinning == 0.12 in config.yaml (and also docutils >= 0.17 in requirements).
As a result of the changes above (version restrictions for docutils removed completely), docutils version 0.18.1 is initially installed and then replaced by 0.17.1 because sphinx_rtd_theme requires < 0.18
Thanks for hunting this down @marcharper, looks good. :+1: