File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 7878
7979 - name : Publish to PyPI
8080 if : startsWith(github.ref, 'refs/tags')
81- uses : pypa/gh-action-pypi-publish@master
81+ uses : pypa/gh-action-pypi-publish@release/v1
8282 with :
8383 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 55# Required
66version : 2
77
8+ # Build in latest ubuntu/python
9+ build :
10+ os : ubuntu-22.04
11+ tools :
12+ python : " 3.11"
13+
814# Build PDF & ePub
915formats :
1016 - epub
Original file line number Diff line number Diff line change 2929# ones.
3030extensions = [
3131 "sphinx.ext.intersphinx" ,
32+ "sphinx_reredirects" ,
3233]
3334
35+
36+ # Redirects for olds pages
37+ # See https://documatt.gitlab.io/sphinx-reredirects/usage.html
38+ redirects = {}
39+
3440# This points to aboutcode.readthedocs.io
3541# In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot
3642# 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 =
5858 isort
5959
6060docs =
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