summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <diox@users.noreply.github.com>2023-01-21 00:42:12 +0100
committerGitHub <noreply@github.com>2023-01-21 00:42:12 +0100
commit1dee36d0fdf467e33a309176629c2e80b1397f43 (patch)
treead9caaab98dd65523d50843dfb00c8d28a8002ba
parentd9f7b684d2efd31e656ccd9558991b8838340e76 (diff)
downloaddjango-compressor-1dee36d0fdf467e33a309176629c2e80b1397f43.tar.gz
Delete .readthedocs.yaml
This shouldn't be needed to build the docs.
-rw-r--r--.readthedocs.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
deleted file mode 100644
index e1de0ed..0000000
--- a/.readthedocs.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-# .readthedocs.yaml
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-
-# Required
-version: 2
-
-# Set the version of Python and other tools you might need
-build:
- os: ubuntu-20.04
- tools:
- python: "3.9"
- # You can also specify other tool versions:
- # nodejs: "16"
- # rust: "1.55"
- # golang: "1.17"
-
-# Build documentation in the docs/ directory with Sphinx
-sphinx:
- configuration: docs/conf.py
-
-# If using Sphinx, optionally build your docs in additional formats such as PDF
-formats:
- - pdf
-
-# Optionally declare the Python requirements required to build your docs
-python:
- install:
- - method: pip
- path: .
- - requirements: requirements/tests.txt