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:
Andrei Jiroh Halili 2023-10-18 22:42:01 +08:00
parent 81bcc565c1
commit 137a9f99b7
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8
3 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ mkdocs-autolinks-plugin = "*"
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.11" python_version = "3.12"
[scripts] [scripts]
dev = "mkdocs serve --watch overrides --watch-theme --livereload" dev = "mkdocs serve --watch overrides --watch-theme --livereload"

10
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "b084ad0d13fa573e39dd8a03da75086ecb419777bcc0570ecf69564c10a942c1" "sha256": "f87d557d02966cbcde3572eae1a8d848cab1ba152503baeb1c06254ec2ecd511"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.11" "python_version": "3.12"
}, },
"sources": [ "sources": [
{ {
@ -517,12 +517,12 @@
}, },
"mkdocs-material": { "mkdocs-material": {
"hashes": [ "hashes": [
"sha256:86fe79253afccc7f085f89a2d8e9e3300f82c4813d9b910d9081ce57a7e68380", "sha256:09665e60df7ee9e5ff3a54af173f6d45be718b1ee7dd962bcff3102b81fb0c14",
"sha256:ab84a7cfaf009c47cd2926cdd7e6040b8cc12c3806cc533e8b16d57bd16d9c47" "sha256:78802035d5768a78139c84ad7dce0c6493e8f7dc4861727d36ed91d1520a54da"
], ],
"index": "pypi", "index": "pypi",
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.8'",
"version": "==9.4.4" "version": "==9.4.6"
}, },
"mkdocs-material-extensions": { "mkdocs-material-extensions": {
"hashes": [ "hashes": [

View File

@ -31,7 +31,7 @@ nav:
- Manual Homepage: user-manual/index.md - Manual Homepage: user-manual/index.md
- Personals: - Personals:
- FAQs about me: faq.md - 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 - Neurodivergence and Disability: user-manual/neurodivergence-and-disability.md
- Community: - Community:
- DNI List: user-manual/dni.md - DNI List: user-manual/dni.md
@ -132,7 +132,7 @@ plugins:
# debugging/bug reporting purposes only, proceed with caution # debugging/bug reporting purposes only, proceed with caution
#- info #- info
- git-revision-date-localized: - git-revision-date-localized:
enabled: !ENV [FF_ENABLE_COMMIT_DATA, false] enabled: true
fallback_to_build_date: true fallback_to_build_date: true
enable_creation_date: true enable_creation_date: true
# TODO: Get Insiders for contributors and authors # TODO: Get Insiders for contributors and authors