Set absolute paths in 404 page

Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
George Melikov
2020-05-29 15:54:13 +03:00
parent 541ad80d18
commit 4d3d0bdf55
4 changed files with 9 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y python3-pip && pip install -r docs/requirements.txt"
pre-build-command: "apt-get update -y && apt-get install -y git python3-pip && pip install -r docs/requirements.txt"
docs-folder: "docs/"