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:
George Melikov
2021-10-23 23:46:51 +03:00
parent 0fb4f1c6f0
commit 1f2ff88863
4 changed files with 2 additions and 6 deletions

View File

@@ -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

View File

@@ -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: