Use upstream sphinx-notfound-page module instead of fork
We waited for changes to make 404s work properly (absolute links with prefix). It's in master now, use it. Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -22,7 +22,6 @@ jobs:
|
||||
- name: Gen_sphinx
|
||||
uses: ammaraskar/sphinx-action@master
|
||||
with:
|
||||
pre-build-command: "apt-get update -y --allow-releaseinfo-change && apt-get install -y git"
|
||||
docs-folder: "docs/"
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
||||
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
@@ -19,7 +19,6 @@ jobs:
|
||||
- name: Gen_sphinx
|
||||
uses: ammaraskar/sphinx-action@master
|
||||
with:
|
||||
pre-build-command: "apt-get update -y --allow-releaseinfo-change && apt-get install -y git"
|
||||
docs-folder: "docs/"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user