Skip to content

Commit

Permalink
Relax version of dependencies with fix to rst2html script
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw committed Nov 15, 2024
1 parent 1958c89 commit e26f72b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ lint:
pycodestyle --ignore=E203,W503,W504 *.py */*.py

doc-check:
./setup.py --long-description | rst2html.py --strict > /dev/null
./setup.py --long-description | rst2html --strict > /dev/null

doc-preview:
./setup.py --long-description | rst2html.py --strict > output.html
./setup.py --long-description | rst2html --strict > output.html
python3 -m webbrowser -n "file://$(shell pwd)/output.html"
sleep 1
rm -f output.html
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docutils == 0.20.1
pycodestyle ~= 2.12
Pygments ~= 2.17
coverage ~= 7.2
Pygments
coverage
docutils
pycodestyle

0 comments on commit e26f72b

Please sign in to comment.