diff --git a/README.md b/README.md index 4b884d4d6..4d2bb62ca 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,8 @@ dependencies (MIT License, Apache License, PSF License) Development/testing/documentation/example dependencies (see `requirements.txt`): * `jsonschema` and its dependencies (MIT License, Apache License, PSF License) -* `Sphinx` and its dependencies (multiple licenses) -* `sphinx-rtd-theme` and its dependencies -* `sphinx-argparse` (MIT License) -Dependencies for building the documentation: +Dependencies for building the documentation (see `docs/add-requirements.txt`): * `Sphinx` and its dependencies (BSD 2-clause License, MIT License, Apache License) * `sphinx-rtd-theme` and its dependencies (MIT License, PSF License) * `sphinx-argparse` (MIT License) diff --git a/requirements.txt b/requirements.txt index 2c2eacf80..41079b33c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,3 @@ python-dateutil>=2.8,<3.0 types-python-dateutil pyecma376-2>=0.2.4 urllib3>=1.26,<2.0 -Sphinx~=3.5.3 -sphinx-rtd-theme~=0.5.1 -sphinx-argparse~=0.2.3