diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c6769a..8071cee 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,24 +5,23 @@ # Required version: 2 -# Set the OS, Python version and other tools you might need +# Set the version of Python and other tools you might need build: - os: ubuntu-22.04 - tools: - python: "3.12" + os: ubuntu-22.04 + tools: + python: "3.10" -# Build documentation in the "docs/" directory with Sphinx +# Build documentation in the docs/ directory with Sphinx sphinx: - configuration: conf.py + configuration: docs/conf.py -# Optionally build your docs in additional formats such as PDF and ePub +# If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf - - epub -# Optional but recommended, declare the Python requirements required -# to build your documentation -# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# Optionally declare the Python requirements required to build your docs python: install: - - requirements: requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index db0be9f..a6c2f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,5 +4,5 @@ build-backend = "flit_core.buildapi" [project] name = "gitlabber" -authors = [{name = "Graziella", email = "graziella@gitlabber"}] +authors = [{name = "ezbz", email = "ezbz@github"}] dynamic = ["version", "description"]