~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion]
andreijiroh.dev
zensical
mkdocs-material
website
1# Read the Docs configuration file for MkDocs projects
2# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
4# Required
5version: 2
6
7# Set the version of Python and other tools you might need
8build:
9 os: ubuntu-22.04
10 tools:
11 python: "3.11"
12 #nodejs: 18
13 jobs:
14 post_build:
15 - cp -rv markdown/.well-known $READTHEDOCS_OUTPUT/html/.well-known
16 apt_packages:
17 - libcairo2-dev
18 - libfreetype6-dev
19 - libffi-dev
20 - libjpeg-dev
21 - libpng-dev
22 - libz-dev
23 - pngquant
24
25mkdocs:
26 configuration: mkdocs.readthedocs.yml
27
28# Optionally declare the Python requirements required to build your docs
29python:
30 install:
31 - requirements: requirements.txt