Skip to content

Commit

Permalink
Merge pull request #84 from lydia-duncan/fixRelease
Browse files Browse the repository at this point in the history
Fix an issue with the script to generate a release
[not reviewed]

Add setuptools as a requirement to build the domain,
since it seems as though the version of Python we are
now using to create our release doesn't include it by default.
  • Loading branch information
lydia-duncan authored Jan 16, 2024
2 parents 06ad4ca + 96621ca commit 5de367e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Note: DON'T UPDATE THIS WITHOUT ALSO UPDATING SETUP.PY
docutils==0.18
Sphinx==5.3.0
setuptools==54.0.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
install_requires=[
'docutils==0.18',
'Sphinx==5.3.0',
'setuptools==54.0.0',
],
namespace_packages=['sphinxcontrib']
)

0 comments on commit 5de367e

Please sign in to comment.