-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move sphinx deps to requirmeents.txt files
This moves the sphinx python dependencies into requirments.txt files, which are easeir for dependabot to scan.
- Loading branch information
1 parent
1f9ced3
commit 3ad3d4b
Showing
4 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...in/resources/software/amazon/smithy/docgen/core/integrations/sphinx/requirements-base.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# These are base requirements needed for any sphinx project output. | ||
Sphinx==7.2.6 | ||
sphinx_inline_tabs==2023.4.21 | ||
sphinx-copybutton==0.5.2 | ||
Pygments==2.16.1 | ||
sphinx-design==0.5.0 |
2 changes: 2 additions & 0 deletions
2
...in/resources/software/amazon/smithy/docgen/core/integrations/sphinx/requirements-furo.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# These are requirements only needed for the base furo theme | ||
furo==2023.9.10 |
3 changes: 3 additions & 0 deletions
3
...esources/software/amazon/smithy/docgen/core/integrations/sphinx/requirements-markdown.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are requirements needed for sphinx projects with markdown support. | ||
myst-parser==2.0.0 | ||
linkify-it-py==2.0.2 |