Skip to content
Snippets Groups Projects
Verified Commit b8c727a0 authored by Andrei Jiroh Eugenio Halili's avatar Andrei Jiroh Eugenio Halili :school:
Browse files

Use dirhtml as build output on RTD config


This will make URLs on site more friendly.

Signed-off-by: default avatarAndrei Jiroh Halili (RecapTime.dev) <ajhalili2006@crew.recaptime.eu.org>
parent 806c14e6
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
builder: "dirhtml"
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
......
#!/usr/bin/env bash
if ! command -v pipenv >> /dev/null; then
echo "please install pipenv first"
exit 1
fi
pipenv run build
cp build/dirhtml public -rv --update=older
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment