Skip to content

Add docutils dependency to requirements.txt#231

Merged
gurpaul-kochhar merged 1 commit into
mainfrom
gurpaul-kochhar-patch-11
Apr 28, 2026
Merged

Add docutils dependency to requirements.txt#231
gurpaul-kochhar merged 1 commit into
mainfrom
gurpaul-kochhar-patch-11

Conversation

@gurpaul-kochhar
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 28, 2026 20:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an explicit docutils dependency to the documentation build requirements to control the version range used when building docs (e.g., on ReadTheDocs).

Changes:

  • Add docutils>=0.20,<0.22 to docs/requirements.txt.

Comment thread docs/requirements.txt
@@ -1,4 +1,5 @@
ax-platform # for 1.3 notebook
docutils>=0.20,<0.22
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new docutils>=0.20,<0.22 constraint may implicitly raise the minimum Python version needed to create environments that install docs/requirements.txt (notably environment.yml installs this file but allows python>=3.6). To avoid dev env resolution failures, consider either removing the lower bound (keeping only an upper pin if that’s the intent), adding an environment marker for older Pythons, or updating the repo’s stated minimum Python version to match the requirement constraints.

Suggested change
docutils>=0.20,<0.22
docutils<0.22

Copilot uses AI. Check for mistakes.
@gurpaul-kochhar gurpaul-kochhar merged commit 62cf8c8 into main Apr 28, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants