Skip to content

Commit

Permalink
Bump mkdocs and all deps to most recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Oct 24, 2023
1 parent 3588e8a commit f52d1d6
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 13 deletions.
2 changes: 2 additions & 0 deletions documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
template: home.html
title: QField Ecosystem Documentation
---

# QField Ecosystem Documentation
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ markdown_extensions:
alternate_style: true
- fancyboxmd
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true

Expand Down
57 changes: 47 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,49 @@
mkdocs-material==8.5.4
mkdocs-material-extensions==1.1.1
mkdocs-video==1.3.0
mkdocs-static-i18n==1.0.3
Babel==2.13.0
cairocffi==1.6.1
CairoSVG==2.7.1
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
click==8.1.7
colorama==0.4.6
cryptography==41.0.4
cssselect2==0.7.0
defusedxml==0.7.1
Deprecated==1.2.14
fancyboxmd==1.1.0
PyGithub==1.55
python-dotenv==0.19.2
ghp-import==2.1.0
idna==3.4
Jinja2==3.1.2
lxml==4.9.3
Markdown==3.5
MarkupSafe==2.1.3
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-material==9.4.6
mkdocs-static-i18n==1.1.1
mkdocs-video==1.5.0
packaging==23.2
paginate==0.5.6
pathspec==0.11.2
Pillow==10.1.0
platformdirs==3.11.0
pycparser==2.21
PyGithub==2.1.1
Pygments==2.16.1
PyJWT==2.8.0
pymdown-extensions==10.3.1
PyNaCl==1.5.0
python-dateutil==2.8.2
python-dotenv==1.0.0
python-frontmatter==1.0.0
pyyaml==6.0
markdown==3.3.7
pillow==10.0.1
cairosvg==2.7.0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2023.10.3
requests==2.31.0
six==1.16.0
tinycss2==1.2.1
typing_extensions==4.8.0
urllib3==2.0.7
watchdog==3.0.0
webencodings==0.5.1
wrapt==1.15.0
2 changes: 1 addition & 1 deletion utils/push_to_zoho.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re
import markdown
import materialx.emoji # needed by yaml!
import material.extensions.emoji # needed by yaml!
import requests
import yaml

Expand Down

0 comments on commit f52d1d6

Please sign in to comment.