From 19da6d983bb4206af3881138e4867a0ac4584b42 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 7 Jun 2020 18:45:58 +0300 Subject: [PATCH] [Docs] Remove the final vestiges of the legacy docs Now that the RTD docs were rebuilt one last time and I've setup redirects for the old pages, we don't need this boilerplate anymore. --- .readthedocs.yml | 9 --------- legacy-docs/requirements.txt | 9 --------- mkdocs.yml | 10 ---------- readthedocs.yml | 5 ----- 4 files changed, 33 deletions(-) delete mode 100644 .readthedocs.yml delete mode 100644 legacy-docs/requirements.txt delete mode 100644 mkdocs.yml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index f3ef19490ae..00000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 - -mkdocs: - configuration: mkdocs.yml - -python: - version: 3.7 - install: - - requirements: legacy-docs/requirements.txt diff --git a/legacy-docs/requirements.txt b/legacy-docs/requirements.txt deleted file mode 100644 index 95c4004965b..00000000000 --- a/legacy-docs/requirements.txt +++ /dev/null @@ -1,9 +0,0 @@ -Pygments==2.3.1 -setuptools==41.0.1 -docutils==0.14 -mock==1.0.1 -pillow==5.4.1 -alabaster>=0.7,<0.8,!=0.7.5 -commonmark==0.8.1 -recommonmark==0.5.0 -mkdocs>1.0.0 diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 89bcfeeca92..00000000000 --- a/mkdocs.yml +++ /dev/null @@ -1,10 +0,0 @@ -# N.B.!! This is the config for the legacy readthedocs site. -# All of the docs pages have been removed from the source, and Page Redirects -# have been setup in the RTD admin console. This means that all rubocop.readthedocs.io -# links should be redirected to their corresponding docs page at docs.rubocop.org. -site_name: "RuboCop: The Ruby Linter that Serves and Protects" -repo_url: https://github.com/rubocop-hq/rubocop -edit_uri: edit/master/legacy-docs/ -copyright: "Copyright © 2012-2020 Bozhidar Batsov and RuboCop contributors" -docs_dir: legacy-docs -theme: readthedocs diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index f67868ad9c5..00000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -build: - image: stable - -formats: - - htmlzip