From 46c6f440c54c43327c495fcfaab0d8723db58eed Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 24 Mar 2026 01:19:15 +0100 Subject: [PATCH] Chore: Remove configuration for Read the Docs (#595) https://responder.kennethreitz.org/ is here to stay. This patch concludes the decision in GH-564. --- .readthedocs.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index cd5f788..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,33 +0,0 @@ -# .readthedocs.yml -# Read the Docs configuration file - -# Details -# - https://docs.readthedocs.io/en/stable/config-file/v2.html - -# Required -version: 2 - -build: - os: "ubuntu-24.04" - tools: - python: "3.12" - -python: - install: - - method: pip - path: . - extra_requirements: - - docs - -sphinx: - configuration: docs/source/conf.py - - # Use standard HTML builder. - builder: html - - # Fail on all warnings to avoid broken references. - fail_on_warning: true - -# Optionally build your docs in additional formats such as PDF -#formats: -# - pdf