Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero
at main 501 B view raw
1# .readthedocs.yaml 2# Read the Docs configuration file 3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 4 5# Required 6version: 2 7 8# Set the version of Python and other tools you might need 9build: 10 os: ubuntu-22.04 11 tools: 12 python: "3.11" 13 14 jobs: 15 post_create_environment: 16 - python -m pip install sphinx_rtd_theme 17 18python: 19 install: 20 - method: pip 21 path: . 22 23 24# Build documentation in the docs/ directory with Sphinx 25sphinx: 26 configuration: doc/conf.py