File tree 4 files changed +18
-4
lines changed
4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Publish to PyPI
80
80
if : startsWith(github.ref, 'refs/tags')
81
- uses : pypa/gh-action-pypi-publish@master
81
+ uses : pypa/gh-action-pypi-publish@release/v1
82
82
with :
83
83
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 5
5
# Required
6
6
version : 2
7
7
8
+ # Build in latest ubuntu/python
9
+ build :
10
+ os : ubuntu-22.04
11
+ tools :
12
+ python : " 3.11"
13
+
8
14
# Build PDF & ePub
9
15
formats :
10
16
- epub
Original file line number Diff line number Diff line change 29
29
# ones.
30
30
extensions = [
31
31
"sphinx.ext.intersphinx" ,
32
+ "sphinx_reredirects" ,
32
33
]
33
34
35
+
36
+ # Redirects for olds pages
37
+ # See https://documatt.gitlab.io/sphinx-reredirects/usage.html
38
+ redirects = {}
39
+
34
40
# This points to aboutcode.readthedocs.io
35
41
# In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot
36
42
# Link was created at commit - https://github.com/nexB/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ testing =
58
58
isort
59
59
60
60
docs =
61
- Sphinx == 5.1.0
62
- sphinx-rtd-theme >= 0.5.0
63
- doc8 >= 0.8.1
61
+ Sphinx>=5.0.2
62
+ sphinx-rtd-theme>=1.0.0
63
+ sphinx-reredirects >= 0.1.2
64
+ doc8>=0.11.2
65
+
You can’t perform that action at this time.
0 commit comments