diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 1a91abd9a996e..0000000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,14 +0,0 @@ -# .readthedocs.yml - -version: 2 - -build: - os: ubuntu-20.04 - tools: - python: "3.9" - -python: - install: - - method: setuptools - path: . - - requirements: requirements_docs.txt diff --git a/requirements_docs.txt b/requirements_docs.txt deleted file mode 100644 index ef700013d1d71..0000000000000 --- a/requirements_docs.txt +++ /dev/null @@ -1,3 +0,0 @@ -Sphinx==7.2.6 -sphinx-autodoc-typehints==1.10.3 -sphinx-autodoc-annotation==1.0.post1 \ No newline at end of file