mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '5.x'
# Conflicts: # setup.py # sphinx/__init__.py
This commit is contained in:
2
.github/workflows/docutils-latest.yml
vendored
2
.github/workflows/docutils-latest.yml
vendored
@@ -21,8 +21,6 @@ jobs:
|
||||
python-version: 3
|
||||
- name: Check Python version
|
||||
run: python --version
|
||||
- name: Unpin docutils
|
||||
run: sed -i -e "s/'docutils>=.*'/'docutils'/" setup.py
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -20,6 +20,6 @@ jobs:
|
||||
with:
|
||||
python-version: 3
|
||||
- name: Install dependencies
|
||||
run: pip install -U tox
|
||||
run: python -m pip install -U tox pip
|
||||
- name: Run Tox
|
||||
run: tox -e ${{ matrix.tool }}
|
||||
|
||||
Reference in New Issue
Block a user