-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved documentation and website publishing
- Loading branch information
1 parent
91e34d5
commit 224c8f6
Showing
5 changed files
with
63 additions
and
10 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
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
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
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,12 @@ | ||
# | ||
# Dependencies Required to Build `latexgit` | ||
# | ||
|
||
# minify_html is needed to minify html output. | ||
minify_html == 0.11.1 | ||
|
||
# for converting the additional markdown files to HTML | ||
markdown == 3.5 | ||
|
||
# for converting files to HTML | ||
Pygments==2.16.1 |
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,10 @@ | ||
# | ||
# Dependencies Required to Use `latexgit` | ||
# | ||
|
||
# Basically, we only need the `latexgit` Python companion package. | ||
# You can find it at https://thomasweise.github.io/latexgit_py, | ||
# https://github.com/thomasWeise/latexgit_py, or at | ||
# https://pypi.org/project/latexgit. | ||
latexgit == 0.8.2 | ||
|