diff options
-rw-r--r-- | .github/FUNDING.yml | 3 | ||||
-rw-r--r-- | .readthedocs.yml | 19 |
2 files changed, 3 insertions, 19 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..30ce38c8 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +tidelift: "pypi/paramiko" diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 1f6737f4..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 - -formats: all - -build: - # Specific version of RTD docker image that's new enough to have Rust around - # (so Cryptography can build from source if needed). - # See https://github.com/readthedocs/readthedocs-docker-images - image: "7.0" - -python: - version: 3.7 - install: - - requirements: dev-requirements.txt - system_packages: false - -# NOTE: leaving sphinx.* alone as there's currently no way to differ the conf -# file used based on project (so cannot differentiate between www and docs). -# The web UI setting for that SHOULD take precedence? |