Skip to content

Commit

Permalink
remove duplicate sphinx dependency
Browse files Browse the repository at this point in the history
The dependency on sphinx was contained twice in the README and in
addition to `docs/add-requirements.txt` also in `requirements.txt`.
  • Loading branch information
jkhsjdhjs authored and s-heppner committed Jan 3, 2024
1 parent 69c60aa commit 31d4c5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31d4c5a

Please sign in to comment.