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" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64" # golang: "1.19" jobs: post_create_environment: - pip install poetry post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs pre_build: - python docs/create_api_rst.py
sphinx: configuration: docs/conf.py
#python: