From a9324351087e8ed8b05634859ce912d5e1a99aa9 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Sat, 28 Oct 2023 08:03:58 -0400 Subject: [PATCH] remove unused m2r2 references --- docs/README.md | 2 +- requirements-dev.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index eab45524..c71aa196 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,7 @@ You can read this documentation at [Read The Docs][0]. To build a local version of these docs, the following from within the `/docs` directory: ``` -pip install m2r2 sphinx_rtd_theme sphinx +pip install sphinx_rtd_theme sphinx make html ``` diff --git a/requirements-dev.txt b/requirements-dev.txt index 51f88d31..62c623e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,6 @@ -r requirements.txt flake8 flake8-absolute-import -m2r2 pre-commit pylint==2.17.5 pytest==7.4.2