Skip to content

Commit

Permalink
docs: fix docutils version (#1969)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed Jul 4, 2023
1 parent c4d93f9 commit dbbcf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ docs = [
"deepmodeling_sphinx>=0.1.3",
"pygments-lammps",
"sphinxcontrib-bibtex",
"docutils!=0.18,!=0.19",
"docutils!=0.18.*,!=0.19.*",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit dbbcf4c

Please sign in to comment.