File tree Expand file tree Collapse file tree 3 files changed +25
-11
lines changed
Expand file tree Collapse file tree 3 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 1+ site
Original file line number Diff line number Diff line change @@ -27,3 +27,16 @@ These files have had only minor editing. A few need to be broken up:
2727 62 docs/sequential.md
2828 39 docs/singlecrystal.md
2929 94 docs/smallanglescattering.md
30+
31+ Removed internationalization (i18n from mkdocs.yml) because of error
32+ message from mkdocs:
33+
34+ (/tmp/py313) py3.13 MDhelp % mkdocs build
35+ ERROR - Config value 'plugins': Plugin 'i18n' option 'languages': Expected
36+ type: <class 'dict'> but received: <class 'list'>
37+
38+ when using:
39+
40+ pip install mkdocs mkdocs-material python-markdown-math mkdocs-i18n
41+
42+ Successfully installed babel-2.17.0 backrefs-5.9 certifi-2025.7.14 charset_normalizer-3.4.2 click-8.2.1 colorama-0.4.6 ghp-import-2.1.0 idna-3.10 jinja2-3.1.6 markdown-3.8.2 markupsafe-3.0.2 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-get-deps-0.2.0 mkdocs-i18n-0.4.6 mkdocs-material-9.6.15 mkdocs-material-extensions-1.3.1 packaging-25.0 paginate-0.5.7 pathspec-0.12.1 platformdirs-4.3.8 pygments-2.19.2 pymdown-extensions-10.16 python-dateutil-2.9.0.post0 python-markdown-math-0.9 pyyaml-6.0.2 pyyaml-env-tag-1.1 requests-2.32.4 six-1.17.0 urllib3-2.5.0 watchdog-6.0.0
Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ theme:
2626 favicon : images/gsas2.png
2727 logo : images/gsas2.png
2828
29- plugins :
30- - i18n :
31- docs_structure : suffix
32- languages :
33- - locale : en
34- default : true
35- name : English
36- build : true
37- # - locale: ja
38- # name: 日本語
39- # build: true
29+ # plugins:
30+ # - i18n:
31+ # docs_structure: suffix
32+ # languages:
33+ # - locale: en
34+ # default: true
35+ # name: English
36+ # build: true
37+ # - locale: ja
38+ # name: 日本語
39+ # build: true
4040
4141markdown_extensions :
4242 - def_list
You can’t perform that action at this time.
0 commit comments