Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ myst-parser == 2.0.0
sphinx-argparse
sphinxcontrib.redoc
sphinxcontrib.openapi
sphinxcontrib-katex
sphinxcontrib.contentui
Comment on lines +8 to +9

Choose a reason for hiding this comment

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

medium

For better reproducibility of the documentation build, it's a good practice to pin dependency versions. This prevents unexpected build failures when a new version of a dependency is released with breaking changes. I'd recommend pinning all dependencies in this file for consistency.

Specifically for this change, please pin the versions for the two new dependencies.

Additionally, for consistency with other packages in this file (e.g., sphinx-book-theme, myst-parser), it's conventional to use hyphens (-) instead of dots (.) in package names. While pip might handle them interchangeably, using the canonical name from PyPI improves clarity. Please use sphinxcontrib-contentui.

sphinxcontrib-katex == 0.9.0
sphinxcontrib-contentui == 0.2.0