Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

make deploy fails because of two unsupported options #13

Open
matentzn opened this issue Apr 15, 2022 · 0 comments
Open

make deploy fails because of two unsupported options #13

matentzn opened this issue Apr 15, 2022 · 0 comments

Comments

@matentzn
Copy link

make deploy fails because of two unsupported options in mkdocs.yml:

anchor_linenums: true

and

alternate_style: true
markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true
  - pymdownx.critic
  - pymdownx.caret
  - pymdownx.keys
  - pymdownx.mark
  - pymdownx.tilde

Removing them makes the build pass fine:

markdown_extensions:
  - pymdownx.highlight:
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - pymdownx.tabbed:
  - pymdownx.critic
  - pymdownx.caret
  - pymdownx.keys
  - pymdownx.mark
  - pymdownx.tilde
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant