Skip to content

Commit

Permalink
DOC: [MAINTENANCE] Disable Sphinx version limit in GitHub CI due to n…
Browse files Browse the repository at this point in the history
…ew sphinx-vhdl version
  • Loading branch information
jakubcabal committed Jun 19, 2024
1 parent 307a2cd commit c9a528e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup and build
run: |
sudo apt-get install python3-pip
pip3 install sphinx==5.3.0 sphinx-vhdl sphinx_rtd_theme GitPython
pip3 install sphinx sphinx-vhdl sphinx_rtd_theme GitPython
mkdir public
mkdir public/html
cp doc/source/index.html public/html/
Expand Down

0 comments on commit c9a528e

Please sign in to comment.