Skip to content

Commit bfaeb0a

Browse files
committed
fix(docs): pin documentation dependencies
Updated Sphinx to version 8.1.3, m2r2 to version 0.3.3.post2, sphinx-rtd-theme to version 3.0.1, and added docutils version 0.20.1 to make builds more predictable. Also fixes ``` Exception occurred: File "/home/docs/checkouts/readthedocs.org/user_builds/cardano-clusterlib-py/envs/latest/lib/python3.10/site-packages/m2r2.py", line 611, in run path = nodes.reprunicode(path) AttributeError: module 'docutils.nodes' has no attribute 'reprunicode' ```
1 parent bd12f38 commit bfaeb0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Sphinx==7.4.7
2-
m2r2
3-
sphinx_rtd_theme
1+
Sphinx==8.1.3
2+
docutils==0.20.1
3+
m2r2==0.3.3.post2
4+
sphinx-rtd-theme==3.0.1

0 commit comments

Comments
 (0)