Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"CANNOT INTERPRET" messages #247

Closed
websolutions-hamburg opened this issue Oct 10, 2024 · 3 comments
Closed

"CANNOT INTERPRET" messages #247

websolutions-hamburg opened this issue Oct 10, 2024 · 3 comments
Labels
Annoyance Something annoying (not a bug) fixed A fix has been submitted

Comments

@websolutions-hamburg
Copy link

Hello, I get this "CANNOT INTERPRET" messages with mkdocs serve:

❯ mkdocs serve
INFO - Building documentation...
INFO - [macros] - Macros arguments
{'module_name': 'main', 'modules': [], 'render_by_default': True, 'force_render_paths': '', 'include_dir': '', 'include_yaml': [],
'j2_block_start_string': '', 'j2_block_end_string': '', 'j2_variable_start_string': '', 'j2_variable_end_string': '', 'j2_comment_start_string': '',
'j2_comment_end_string': '', 'on_undefined': 'keep', 'on_error_fail': False, 'verbose': False}
INFO - [macros] - No default module main found
INFO - [macros] - Config variables: ['extra', 'config', 'environment', 'plugin', 'git']
CANNOT INTERPRET <class 'mkdocs.theme.Theme'>
CANNOT INTERPRET <class 'mkdocs_macros.plugin.MacrosPlugin'>
CANNOT INTERPRET <class 'material.plugins.search.plugin.SearchPlugin'>

INFO - [macros] - Config macros: ['context', 'macros_info', 'now', 'fix_url']
INFO - [macros] - Config filters: ['pretty', 'relative_url']
INFO - Cleaning site directory
INFO - [macros] - Rendering source page: index.md
INFO - Documentation built in 0.60 seconds
INFO - [20:49:40] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [20:49:40] Serving on http://127.0.0.1:8000/mysite/

Is this a Bug?

mkdocs.yml

site_name: My site
site_url: https://mydomain.org/mysite
theme:
  name: material
plugins:
  - macros
  - search

Plugin Versions

mkdocs-material=9.5.40
mkdocs-macros-plugin=1.3.4

Python Version: 3.12.6

Copy link

Welcome to this project and thank you!

@fralau
Copy link
Owner

fralau commented Oct 10, 2024

Hi. It's a development artifact, that should not have any impact on the operation of the plugin.

Version 1.3.5 was rolled out; it should have solved the issue.

Let me know if it fixed it for you?

@fralau fralau added bug Something isn't working fixed A fix has been submitted please test An updated was pushed. This needs to be tested labels Oct 10, 2024
@websolutions-hamburg
Copy link
Author

Perfect, it's fixed! Thanks 👍

@fralau fralau added solved The issue has been satisfactorily solved Annoyance Something annoying (not a bug) and removed please test An updated was pushed. This needs to be tested solved The issue has been satisfactorily solved bug Something isn't working labels Oct 11, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Annoyance Something annoying (not a bug) fixed A fix has been submitted
Projects
None yet
Development

No branches or pull requests

2 participants