Skip to content

Commit

Permalink
Update Sphinx in order to fix jinja2 deprecated dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Apr 12, 2022
1 parent ef698d4 commit 6af3572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -115,7 +115,7 @@ jobs:
run: PWNLIB_NOTERM=1 python -bb -c 'from pwn import *; print(pwnlib.term.term_mode)'

- name: Install documentation dependencies
run: pip install -r docs/requirements.txt
run: pip install -r docs/requirements.txt

- name: Manually install non-broken Unicorn
run: pip install unicorn==1.0.2rc3
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Expand Up @@ -12,7 +12,8 @@ pypandoc
pyserial>=2.7
requests>=2.5.1
ropgadget>=5.3
sphinx<3.4
Sphinx==4.5.0; python_version == '3.8.12'
Sphinx==1.8.6; python_version == '2.7.18'
sphinx_rtd_theme
sphinxcontrib-napoleon
sphinxcontrib-autoprogram<=0.1.5
sphinxcontrib-autoprogram<=0.1.5

0 comments on commit 6af3572

Please sign in to comment.