General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
version: 2
Sign in to like and favorite skills
version: 2
build:
os: 'ubuntu-22.04'
tools:
python: '3.11'
jobs:
post_checkout:
- git fetch --unshallow
pre_install:
- git update-index --assume-unchanged docs/source/conf.py
post_install:
- 'curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -'
- '/.local/bin/pdm use -f "$READTHEDOCS_VIRTUALENV_PATH"'
- '/.local/bin/pdm sync -dG docs'
sphinx:
configuration: docs/source/conf.py