Skip to content

Commit

Permalink
Also update the docutils version to 0.19
Browse files Browse the repository at this point in the history
This seems to work okay when experimenting over on the chapel repository.  Note
that this is not the most up-to-date version of docutils, as the current version
of Sphinx can't handle that.

----
Signed-off-by: Lydia Duncan <lydia-duncan@users.noreply.github.com>
  • Loading branch information
lydia-duncan committed Jan 16, 2024
1 parent 814af42 commit f7c74fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note: DON'T UPDATE THIS WITHOUT ALSO UPDATING SETUP.PY
docutils==0.16
docutils==0.19
Sphinx==5.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
packages=find_packages(exclude=('test',)),
include_package_data=True,
install_requires=[
'docutils==0.16',
'docutils==0.19',
'Sphinx==5.3.0',
],
namespace_packages=['sphinxcontrib']
Expand Down

0 comments on commit f7c74fe

Please sign in to comment.