-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2c1abd
commit a9f4c08
Showing
6 changed files
with
99 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
markupsafe==2.0.1 | ||
myst-parser | ||
pillow | ||
sphinx-material | ||
sphinx-copybutton |
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 |
---|---|---|
@@ -1,24 +1,101 @@ | ||
attrs==19.3.0 | ||
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
alabaster==0.7.12 | ||
# via sphinx | ||
babel==2.10.3 | ||
# via sphinx | ||
beautifulsoup4==4.9.1 | ||
# via sphinx-material | ||
certifi==2019.11.28 | ||
# via requests | ||
chardet==3.0.4 | ||
# via requests | ||
css-html-js-minify==2.5.5 | ||
# via sphinx-material | ||
docutils==0.18.1 | ||
# via | ||
# myst-parser | ||
# sphinx | ||
idna==2.9 | ||
Jinja2==2.11.1 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==4.12.0 | ||
# via sphinx | ||
jinja2==2.11.1 | ||
# via | ||
# myst-parser | ||
# sphinx | ||
lxml==4.5.2 | ||
markdown-it-py==0.5.6 | ||
myst-parser==0.12.10 | ||
# via sphinx-material | ||
markdown-it-py==2.1.0 | ||
# via | ||
# mdit-py-plugins | ||
# myst-parser | ||
markupsafe==2.0.1 | ||
# via | ||
# -r requirements.in | ||
# jinja2 | ||
mdit-py-plugins==0.3.0 | ||
# via myst-parser | ||
mdurl==0.1.1 | ||
# via markdown-it-py | ||
myst-parser==0.18.0 | ||
# via -r requirements.in | ||
packaging==20.3 | ||
Pillow==7.0.0 | ||
Pygments==2.5.2 | ||
# via sphinx | ||
pillow==9.2.0 | ||
# via -r requirements.in | ||
pygments==2.5.2 | ||
# via sphinx | ||
pyparsing==2.4.6 | ||
python-slugify==4.0.1 | ||
# via packaging | ||
python-slugify[unidecode]==4.0.1 | ||
# via sphinx-material | ||
pytz==2019.3 | ||
PyYAML==5.3.1 | ||
# via babel | ||
pyyaml==6.0 | ||
# via myst-parser | ||
requests==2.23.0 | ||
# via sphinx | ||
six==1.14.0 | ||
# via packaging | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
soupsieve==2.0.1 | ||
sphinx-material==0.0.30 | ||
# via beautifulsoup4 | ||
sphinx==5.0.2 | ||
# via | ||
# myst-parser | ||
# sphinx-copybutton | ||
# sphinx-material | ||
sphinx-copybutton==0.3.1 | ||
# via -r requirements.in | ||
sphinx-material==0.0.30 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
text-unidecode==1.3 | ||
Unidecode==1.1.1 | ||
# via python-slugify | ||
typing-extensions==4.3.0 | ||
# via myst-parser | ||
unidecode==1.1.1 | ||
# via python-slugify | ||
urllib3==1.25.8 | ||
# via requests | ||
zipp==3.8.1 | ||
# via importlib-metadata |
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,2 @@ | ||
[html writers] | ||
table_style = colwidths-grid |