Skip to content

Commit 1a43ffa

Browse files
committed
update requirements
1 parent 1f990a8 commit 1a43ffa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ version: 2
22
sphinx:
33
configuration: doc/conf.py
44
python:
5-
version: 3.8
65
install:
76
- requirements: doc/requirements.txt

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx>=4.2.0
22
sphinx_rtd_theme>=1.0.0
33
readthedocs-sphinx-search>=0.3.2
4-
ply>=3.11
4+
ply==3.11
55
pyxtuml>=3.0.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ply>=3.11
2-
pyxtuml>=2.3.1
1+
ply==3.11
2+
pyxtuml>=3.0.0
33
pytest

0 commit comments

Comments
 (0)