Skip to content

Nothing generated using import syntax #2000

Answered by facelessuser
aruvalcaba asked this question in Q&A
Discussion options

You must be logged in to vote

Please read MkDocs and Pymdown Extensions documentation carefully. This was a user configuration error. You did a couple of things incorrectly.

  1. You indented Markdown extension options under the theme options. This will cause the Markdown extensions not to load as they will not be seen.

  2. throwExceptions is not an option that is available in Snippets. This will cause the extension not to load as well.

  3. This is more a YAML usage error, but you need to properly indent the YAML options for Snippets under the declaration for Snippets.

site_name: My Docs

theme:
  name: readthedocs
  font:
    text: Roboto

markdown_extensions:
  - pymdownx.snippets:
      check_paths: True
      base_path: 

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@aruvalcaba
Comment options

Comment options

You must be logged in to vote
1 reply
@aruvalcaba
Comment options

Answer selected by aruvalcaba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants