mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 00:13:40 +00:00
Update Pipfile.lock for Python 3.12
Alongside some quick edits to the base config Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
81bcc565c1
commit
137a9f99b7
3 changed files with 8 additions and 8 deletions
2
Pipfile
2
Pipfile
|
@ -17,7 +17,7 @@ mkdocs-autolinks-plugin = "*"
|
|||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
python_version = "3.12"
|
||||
|
||||
[scripts]
|
||||
dev = "mkdocs serve --watch overrides --watch-theme --livereload"
|
||||
|
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "b084ad0d13fa573e39dd8a03da75086ecb419777bcc0570ecf69564c10a942c1"
|
||||
"sha256": "f87d557d02966cbcde3572eae1a8d848cab1ba152503baeb1c06254ec2ecd511"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
"python_version": "3.11"
|
||||
"python_version": "3.12"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
|
@ -517,12 +517,12 @@
|
|||
},
|
||||
"mkdocs-material": {
|
||||
"hashes": [
|
||||
"sha256:86fe79253afccc7f085f89a2d8e9e3300f82c4813d9b910d9081ce57a7e68380",
|
||||
"sha256:ab84a7cfaf009c47cd2926cdd7e6040b8cc12c3806cc533e8b16d57bd16d9c47"
|
||||
"sha256:09665e60df7ee9e5ff3a54af173f6d45be718b1ee7dd962bcff3102b81fb0c14",
|
||||
"sha256:78802035d5768a78139c84ad7dce0c6493e8f7dc4861727d36ed91d1520a54da"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.8'",
|
||||
"version": "==9.4.4"
|
||||
"version": "==9.4.6"
|
||||
},
|
||||
"mkdocs-material-extensions": {
|
||||
"hashes": [
|
||||
|
|
|
@ -31,7 +31,7 @@ nav:
|
|||
- Manual Homepage: user-manual/index.md
|
||||
- Personals:
|
||||
- FAQs about me: faq.md
|
||||
- Flas and Quirks: user-manual/flaws-and-quirks.md
|
||||
- Flaws and Quirks: user-manual/flaws-and-quirks.md
|
||||
- Neurodivergence and Disability: user-manual/neurodivergence-and-disability.md
|
||||
- Community:
|
||||
- DNI List: user-manual/dni.md
|
||||
|
@ -132,7 +132,7 @@ plugins:
|
|||
# debugging/bug reporting purposes only, proceed with caution
|
||||
#- info
|
||||
- git-revision-date-localized:
|
||||
enabled: !ENV [FF_ENABLE_COMMIT_DATA, false]
|
||||
enabled: true
|
||||
fallback_to_build_date: true
|
||||
enable_creation_date: true
|
||||
# TODO: Get Insiders for contributors and authors
|
||||
|
|
Loading…
Reference in a new issue