Skip to content

Commit

Permalink
docs: Unpin docutils version (snakemake#1230)
Browse files Browse the repository at this point in the history
Fixes bug during docs build at line 148, in MystParser
    validator: frontend.validate_smartquotes_locales,
AttributeError: module 'docutils.frontend' has no attribute 'validate_smartquotes_locales'
  • Loading branch information
ashwinvis authored and pvandyken committed Nov 15, 2021
1 parent 1dac894 commit c1a1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -2,7 +2,7 @@ sphinx
sphinxcontrib-napoleon
sphinx-argparse
sphinx_rtd_theme
docutils==0.12
docutils
myst-parser
configargparse
appdirs

0 comments on commit c1a1e83

Please sign in to comment.