mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #1142 from andriiandrieiev/master
Fixed lxml build (Python 3.12 issue)
This commit is contained in:
commit
ebde99a045
4
.github/workflows/update-translations.yml
vendored
4
.github/workflows/update-translations.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set Up Python
|
- name: Set Up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.11.x
|
||||||
|
|
||||||
- name: install lxml dependencies
|
- name: install lxml dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -3,6 +3,6 @@ Sphinx==4.5.0
|
|||||||
sphinx-rtd-theme==1.0.0
|
sphinx-rtd-theme==1.0.0
|
||||||
sphinx-autobuild==2021.3.14
|
sphinx-autobuild==2021.3.14
|
||||||
sphinx-notfound-page==0.8
|
sphinx-notfound-page==0.8
|
||||||
lxml==4.8.0
|
lxml==4.9.1
|
||||||
myst-parser==0.17.1
|
myst-parser==0.17.1
|
||||||
sphinx-panels==0.6.0
|
sphinx-panels==0.6.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user