Skip to content

Commit 0b84a60

Browse files
committed
fi -rev:pointer
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent ce73a4b commit 0b84a60

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/docs-ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,20 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23-
- name: Give permission to run scripts
24-
run: chmod +x ./docs/scripts/doc8_style_check.sh
25-
2623
- name: Install Dependencies
27-
run: pip install -e ".[docs]"
24+
run: pip install -e .[docs]
2825

2926
- name: Check Sphinx Documentation build minimally
3027
working-directory: ./docs
31-
run: sphinx-build -b linkcheck -EW source build
28+
run: sphinx-build -E -W source build
3229

3330
- name: Check for documentation style errors
3431
working-directory: ./docs
3532
run: ./scripts/doc8_style_check.sh
36-
37-

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[metadata]
22
name = univers
3+
version = 31.0.0
34
license = Apache-2.0 AND BSD-3-Clause AND MIT
45

56
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)